public static class GeckoSession.PromptDelegate.FilePrompt.Capture extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ANY
The capture attribute was supplied with a missing or invalid value.
|
static int |
ENVIRONMENT
The "environment" capture attribute has been supplied by content.
|
static int |
NONE
No capture attribute has been supplied by content.
|
static int |
USER
The "user" capture attribute has been supplied by content.
|
Modifier | Constructor and Description |
---|---|
protected |
Capture() |
public static final int NONE
public static final int ANY
public static final int USER
public static final int ENVIRONMENT