onCreate

open fun onCreate(@Nullable savedInstanceState: Bundle)

Called when the dialog fragment is created. Restores state from the saved instance bundle if available.

Parameters

savedInstanceState

The previously saved state, or null if this is a fresh creation.