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
Button prompt types: positive (e.g. "OK") or negative (e.g. "Cancel"”").
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Index of negative response button (eg, "No", "Cancel")
    static final int
    Index of positive response button (eg, "Yes", "OK")
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Utility class; do not instantiate.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()
      Utility class; do not instantiate.