onFragmentLoaded

abstract fun onFragmentLoaded(savedInstanceState: Bundle?)

Called when fragment was loaded.

Parameters

savedInstanceState

The last saved instance state of the Fragment, or null if this is a freshly created Fragment.