Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.ChoicePrompt.Type
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.ChoicePrompt.Type
- Enclosing class:
- GeckoSession.PromptDelegate.ChoicePrompt
Choice prompt types definitions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MENU
public static final int MENUDisplay choices in a menu that dismisses as soon as an item is chosen.- See Also:
-
SINGLE
public static final int SINGLEDisplay choices in a list that allows a single selection.- See Also:
-
MULTIPLE
public static final int MULTIPLEDisplay choices in a list that allows multiple selections.- See Also:
-
-
Constructor Details
-
Type
protected Type()Utility class; do not instantiate.
-