RestrictionsManager.RequestKeyData Field

Definition

Key for request data contained in the request bundle.

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

Field Value

Attributes

Remarks

Key for request data contained in the request bundle.

Optional, typically used to identify the specific data that is being referred to, such as the unique identifier for a movie or book. This is not used for display purposes and is more like a cookie. This value is returned in the #EXTRA_RESPONSE_BUNDLE.

Type: String

Java documentation for android.content.RestrictionsManager.REQUEST_KEY_DATA.

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