Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.ButtonPrompt.Type
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.ButtonPrompt.Type
- Enclosing class:
- GeckoSession.PromptDelegate.ButtonPrompt
Button prompt types: positive (e.g. "OK") or negative (e.g. "Cancel"”").
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
POSITIVE
public static final int POSITIVEIndex of positive response button (eg, "Yes", "OK")- See Also:
-
NEGATIVE
public static final int NEGATIVEIndex of negative response button (eg, "No", "Cancel")- See Also:
-
-
Constructor Details
-
Type
protected Type()Utility class; do not instantiate.
-