Package org.mozilla.geckoview
Class GeckoSession.PromptDelegate.SharePrompt.Result
Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.SharePrompt.Result
- Enclosing class:
- GeckoSession.PromptDelegate.SharePrompt
Possible results to a
GeckoSession.PromptDelegate.SharePrompt
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SUCCESS
public static final int SUCCESSThe user shared with another app successfully.- See Also:
-
FAILURE
public static final int FAILUREThe user attempted to share with another app, but it failed.- See Also:
-
ABORT
public static final int ABORTThe user aborted the share.- See Also:
-
-
Constructor Details
-
Result
protected Result()
-