Android.Webkit.PermissionRequest.Grant Method
Call this method to grant origin the permission to access the given resources.

Syntax

[Android.Runtime.Register("grant", "([Ljava/lang/String;)V", "GetGrant_arrayLjava_lang_String_Handler")]
public abstract void Grant (string[] resources)

Parameters

resources
the resources granted to be accessed by origin, to grant request, the requested resources returned by PermissionRequest.GetResources must be equals or a subset of granted resources. This parameter is designed to avoid granting permission by accident especially when new resources are requested by web content.

Remarks

Call this method to grant origin the permission to access the given resources. The granted permission is only valid for this WebView.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0