Class GeckoSession.PromptDelegate.FilePrompt.Capture

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.FilePrompt.Capture
Enclosing class:
GeckoSession.PromptDelegate.FilePrompt

public static class GeckoSession.PromptDelegate.FilePrompt.Capture extends Object
Possible capture attribute values.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The capture attribute was supplied with a missing or invalid value.
    static final int
    The "environment" capture attribute has been supplied by content.
    static final int
    No capture attribute has been supplied by content.
    static final int
    The "user" capture attribute has been supplied by content.
  • 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

    • NONE

      public static final int NONE
      No capture attribute has been supplied by content.
      See Also:
    • ANY

      public static final int ANY
      The capture attribute was supplied with a missing or invalid value.
      See Also:
    • USER

      public static final int USER
      The "user" capture attribute has been supplied by content.
      See Also:
    • ENVIRONMENT

      public static final int ENVIRONMENT
      The "environment" capture attribute has been supplied by content.
      See Also:
  • Constructor Details

    • Capture

      protected Capture()