Class GeckoSession.PromptDelegate.SharePrompt.Result

Object
org.mozilla.geckoview.GeckoSession.PromptDelegate.SharePrompt.Result
Enclosing class:
GeckoSession.PromptDelegate.SharePrompt

public static class GeckoSession.PromptDelegate.SharePrompt.Result extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The user aborted the share.
    static final int
    The user attempted to share with another app, but it failed.
    static final int
    The user shared with another app successfully.
  • 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

    • SUCCESS

      public static final int SUCCESS
      The user shared with another app successfully.
      See Also:
    • FAILURE

      public static final int FAILURE
      The user attempted to share with another app, but it failed.
      See Also:
    • ABORT

      public static final int ABORT
      The user aborted the share.
      See Also:
  • Constructor Details

    • Result

      protected Result()