android-components / mozilla.components.feature.prompts

Package mozilla.components.feature.prompts

Types

ChoiceDialogFragment

class ChoiceDialogFragment : PromptDialogFragment

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

PromptDialogFragment

abstract class PromptDialogFragment : DialogFragment

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

PromptFeature

class PromptFeature

Feature for displaying native dialogs for html elements like: input type date,file,time,color, option, menu, authentication, confirmation and other alerts.