Interface RequestPermissionCallback.Params
- Enclosing interface:
- RequestPermissionCallback
public static interface RequestPermissionCallback.Params
The parameters of the
RequestPermissionCallback.-
Method Summary
Modifier and TypeMethodDescriptiondefault Frameframe()Returns theFrameinstance that is requesting permission.default PermissionTypeReturns the type of the requested permission.default Stringurl()Returns a string that represents the URL of the currently loaded web page.
-
Method Details
-
frame
Returns theFrameinstance 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.
-