Android.Webkit.PermissionRequest Members

The members of Android.Webkit.PermissionRequest are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ResourceAudioCapturestring. Resource belongs to audio capture device, like microphone.
const
ResourceProtectedMediaIdstring. Resource belongs to protected media identifier.
const
ResourceVideoCapturestring. Resource belongs to video capture device, like camera.

Public Properties

[read-only]
abstract
OriginAndroid.Net.Uri. Call this method to get the origin of the web page which is trying to access the restricted resources.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
Deny()
Call this method to deny the request.
abstract
GetResources() : string[]
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.