RestrictionsManager.RequestTypeApproval Field

Definition

Request type for a simple question, with a possible title and icon.

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

Field Value

Attributes

Remarks

Request type for a simple question, with a possible title and icon.

Required keys are: #REQUEST_KEY_MESSAGE

Optional keys are #REQUEST_KEY_DATA, #REQUEST_KEY_ICON, #REQUEST_KEY_TITLE, #REQUEST_KEY_APPROVE_LABEL and #REQUEST_KEY_DENY_LABEL.

Java documentation for android.content.RestrictionsManager.REQUEST_TYPE_APPROVAL.

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