public static interface RequestPermissionCallback.Params
RequestPermissionCallback.| Modifier and Type | Method and Description |
|---|---|
default Frame |
frame()
Returns the
Frame instance that is requesting permission. |
default PermissionType |
permissionType()
Returns the type of the requested permission.
|
default java.lang.String |
url()
Returns a string that represents the URL of the currently loaded web page.
|
default Frame frame()
Frame instance that is requesting permission.default java.lang.String url()
default PermissionType permissionType()