Class GeckoSession.SelectionActionDelegate.ClipboardPermission

Object
org.mozilla.geckoview.GeckoSession.SelectionActionDelegate.ClipboardPermission
Enclosing interface:
GeckoSession.SelectionActionDelegate

public static class GeckoSession.SelectionActionDelegate.ClipboardPermission extends Object
Represents attributes of a clipboard permission.
  • Field Details

    • uri

      @NonNull public final String uri
      The URI associated with this content permission.
    • type

      public final int type
      The type of this permission; one of PERMISSION_CLIPBOARD_*.
    • screenPoint

      @Nullable public final Point screenPoint
      The last mouse or touch location in screen coordinates when the permission is requested.
  • Constructor Details

    • ClipboardPermission

      protected ClipboardPermission()
      Empty constructor for tests