onCreate

override fun onCreate(savedInstanceState: Bundle?)
override fun onCreate(savedInstanceState: Bundle?, persistentState: PersistableBundle?)


open fun onCreate(savedInstanceState: Bundle?, persistentState: PersistableBundle?, call: Call)

Same as onCreate but with the Call as parameter. The onCreate method will crash with IllegalArgumentException if the call cannot be loaded or if the intent was created incorrectly, thus arriving in this method means that the call is already available.