android-components / mozilla.components.feature.prompts / PromptDialogFragment

PromptDialogFragment

abstract class PromptDialogFragment : DialogFragment (source)

An abstract representation for all different types of prompt dialogs. for handling PromptFeature dialogs.

Constructors

<init>

PromptDialogFragment()

An abstract representation for all different types of prompt dialogs. for handling PromptFeature dialogs.

Properties

feature

var feature: PromptFeature?

Inheritors

ChoiceDialogFragment

class ChoiceDialogFragment : PromptDialogFragment

android.support.v4.app.DialogFragment implementation to display choice(options,optgroup and menu) web content in native dialogs.