onCreate

open fun onCreate(@Nullable savedInstanceState: Bundle)

Called when the dialog is first created. Restores saved state if available.

Parameters

savedInstanceState

If the dialog is being re-created from a previous saved state, this contains the saved data. Otherwise null.