The members of Android.Webkit.PermissionRequest are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ResourceAudioCapture | string. Resource belongs to audio capture device, like microphone. |
const | ResourceProtectedMediaId | string. Resource belongs to protected media identifier. |
const | ResourceVideoCapture | string. Resource belongs to video capture device, like camera. |
[read-only] abstract | Origin | Android.Net.Uri. Call this method to get the origin of the web page which is trying to access the restricted resources. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | Deny()Call this method to deny the request. | |
abstract | GetResources()Call this method to get the resources the web page is trying to access. | |
abstract | Grant(string[])Call this method to grant origin the permission to access the given resources. |