Class GeckoSession.PromptDelegate.ChoicePrompt.Type

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

public static class GeckoSession.PromptDelegate.ChoicePrompt.Type extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Display choices in a menu that dismisses as soon as an item is chosen.
    static final int
    Display choices in a list that allows multiple selections.
    static final int
    Display choices in a list that allows a single selection.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SINGLE

      public static final int SINGLE
      Display choices in a list that allows a single selection.
      See Also:
    • MULTIPLE

      public static final int MULTIPLE
      Display choices in a list that allows multiple selections.
      See Also:
  • Constructor Details

    • Type

      protected Type()