onActivityLoaded

abstract fun onActivityLoaded(savedInstanceState: Bundle?)

Called when activity was loaded.

Parameters

savedInstanceState

If the activity is being re-initialized after previously being shut down then this Bundle contains the data it most recently supplied in androidx.appcompat.app.AppCompatActivity.onSaveInstanceState. Note: Otherwise it is null.