onCreateDialog

open fun onCreateDialog(savedInstanceState: Bundle): Dialog

Called to create the dialog window. Configures the dialog style and window features.

Return

The newly created dialog.

Parameters

savedInstanceState

The last saved instance state of the fragment, or null if this is a new fragment.