onCreate

fun onCreate(savedInstanceState: Bundle?)

You must call this method from the parent's Activity.onCreate or Fragment.onViewCreated.

Parameters

savedInstanceState

Pass in the parent's savedInstanceState.