RestrictionsManager.ResponseKeyErrorCode Field

Definition

Key for the optional error code in the response bundle sent to the application.

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

Field Value

Attributes

Remarks

Key for the optional error code in the response bundle sent to the application.

Type: int

Possible values: #RESULT_ERROR_BAD_REQUEST, #RESULT_ERROR_NETWORK or #RESULT_ERROR_INTERNAL.

Java documentation for android.content.RestrictionsManager.RESPONSE_KEY_ERROR_CODE.

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