Java android.webkit PermissionRequest fields, constructors, methods, implement or subclass

Example usage for Java android.webkit PermissionRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.webkit PermissionRequest.

The text is from its open source code.

Method

voiddeny()
Call this method to deny the request.
UrigetOrigin()
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.
voidgrant(String[] resources)
Call this method to grant origin the permission to access the given resources.