onCreate

open fun onCreate(@Nullable savedInstanceState: Bundle)

Called when the fragment is first created. Sets the fragment to be retained across configuration changes.

Parameters

savedInstanceState

If the fragment is being re-created from a previous saved state, this is the state.