Interface RequestPermissionCallback.Params

Enclosing interface:
RequestPermissionCallback

public static interface RequestPermissionCallback.Params
The parameters of the RequestPermissionCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Frame
    Returns the Frame instance that is requesting permission.
    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

      default Frame frame()
      Returns the Frame instance that is requesting permission.
    • url

      default String url()
      Returns a string that represents the URL of the currently loaded web page.
    • permissionType

      default PermissionType permissionType()
      Returns the type of the requested permission.