MainActivity

open class MainActivity : <ERROR CLASS> ERROR CLASS: Symbol not found for AppCompatActivity

Main activity for the MTN MOMO SDK sample application.

This activity sets up the navigation host and initializes the main view model.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
lateinit var navHostFragment: ERROR CLASS: Symbol not found for NavHostFragment

Functions

Link copied to clipboard
open override fun onCreate(savedInstanceState: Bundle?)

Called when the activity is created.

Link copied to clipboard
open override fun onResume()

Called when the activity is resumed.