Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.FilePrompt.Capture
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.FilePrompt.Capture
- Enclosing class:
- GeckoSession.PromptDelegate.FilePrompt
Possible capture attribute values.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
-
Field Details
-
NONE
public static final int NONENo capture attribute has been supplied by content.- See Also:
-
ANY
public static final int ANYThe capture attribute was supplied with a missing or invalid value.- See Also:
-
USER
public static final int USERThe "user" capture attribute has been supplied by content.- See Also:
-
ENVIRONMENT
public static final int ENVIRONMENTThe "environment" capture attribute has been supplied by content.- See Also:
-
-
Constructor Details
-
Capture
protected Capture()
-