public static class GeckoSession.PromptDelegate.SharePrompt.Result extends Object
GeckoSession.PromptDelegate.SharePrompt
.Modifier and Type | Field and Description |
---|---|
static int |
ABORT
The user aborted the share.
|
static int |
FAILURE
The user attempted to share with another app, but it failed.
|
static int |
SUCCESS
The user shared with another app successfully.
|
Modifier | Constructor and Description |
---|---|
protected |
Result() |
public static final int SUCCESS
public static final int FAILURE
public static final int ABORT