onCreateDialog

open override fun onCreateDialog(savedInstanceState: Bundle?): Dialog

Override to build your own custom Dialog container.

Parameters

savedInstanceState

The last saved instance state of the Fragment, or null if this is a freshly created Fragment.