Package org.mozilla.geckoview
Class GeckoSession.SelectionActionDelegate.ClipboardPermission
Object
org.mozilla.geckoview.GeckoSession.SelectionActionDelegate.ClipboardPermission
- Enclosing interface:
- GeckoSession.SelectionActionDelegate
Represents attributes of a clipboard permission.
-
Field Summary
Modifier and TypeFieldDescriptionfinal Point
The last mouse or touch location in screen coordinates when the permission is requested.final int
The type of this permission; one ofPERMISSION_CLIPBOARD_*
.final String
The URI associated with this content permission. -
Constructor Summary
-
Method Summary
-
Field Details
-
uri
The URI associated with this content permission. -
type
public final int typeThe type of this permission; one ofPERMISSION_CLIPBOARD_*
. -
screenPoint
The last mouse or touch location in screen coordinates when the permission is requested.
-
-
Constructor Details
-
ClipboardPermission
protected ClipboardPermission()Empty constructor for tests
-