Android.Content.RestrictionsManager.ActionPermissionResponseReceived Field
Broadcast intent delivered when a response is received for a permission request.

Syntax

[Android.Runtime.Register("ACTION_PERMISSION_RESPONSE_RECEIVED")]
public const string ActionPermissionResponseReceived

Remarks

Broadcast intent delivered when a response is received for a permission request. The application should not interrupt the user by coming to the foreground if it isn't currently in the foreground. It can either post a notification informing the user of the response or wait until the next time the user launches the app.

For instance, if the user requested permission to make an in-app purchase, the app can post a notification that the request had been approved or denied.

The broadcast Intent carries the following extra: RestrictionsManager.ExtraResponseBundle.

[Android Documentation]

Requirements

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