Class GeckoSession.PromptDelegate.ButtonPrompt.Type

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.ButtonPrompt.Type
Enclosing class:
GeckoSession.PromptDelegate.ButtonPrompt

public static class GeckoSession.PromptDelegate.ButtonPrompt.Type extends Object
  • Field Details

    • POSITIVE

      public static final int POSITIVE
      Index of positive response button (eg, "Yes", "OK")
      See Also:
    • NEGATIVE

      public static final int NEGATIVE
      Index of negative response button (eg, "No", "Cancel")
      See Also:
  • Constructor Details

    • Type

      protected Type()