Example usage for Java android.webkit PermissionRequest fields, constructors, methods, implement or subclass
The text is from its open source code.
void | deny() Call this method to deny the request. |
Uri | getOrigin() Call this method to get the origin of the web page which is trying to access the restricted resources. |
String[] | getResources() Call this method to get the resources the web page is trying to access. |
void | grant(String[] resources) Call this method to grant origin the permission to access the given resources. |