RestrictionsManager.ResponseKeyResult Field

Definition

Key for the response result in the response bundle sent to the application, for a permission request.

[Android.Runtime.Register("RESPONSE_KEY_RESULT")]
public const string ResponseKeyResult;
[<Android.Runtime.Register("RESPONSE_KEY_RESULT")>]
val mutable ResponseKeyResult : string

Field Value

Attributes

Remarks

Key for the response result in the response bundle sent to the application, for a permission request. It indicates the status of the request. In some cases an additional message might be available in #RESPONSE_KEY_MESSAGE, to be displayed to the user.

Type: int

Possible values: #RESULT_APPROVED, #RESULT_DENIED, #RESULT_NO_RESPONSE, #RESULT_UNKNOWN_REQUEST or #RESULT_ERROR.

Java documentation for android.content.RestrictionsManager.RESPONSE_KEY_RESULT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to