Interface RequestPermissionCallback.Params
- Enclosing interface:
- RequestPermissionCallback
public static interface RequestPermissionCallback.Params
The parameters of the
RequestPermissionCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault Frame
frame()
Returns theFrame
instance that is requesting permission.default PermissionType
Returns the type of the requested permission.default String
url()
Returns a string that represents the URL of the currently loaded web page.
-
Method Details
-
frame
Returns theFrame
instance that is requesting permission. -
url
Returns a string that represents the URL of the currently loaded web page. -
permissionType
Returns the type of the requested permission.
-