RestrictionsManager.ExtraResponseBundle Field

Definition

Contains a response from the administrator for specific request.

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

Field Value

Attributes

Remarks

Contains a response from the administrator for specific request. The bundle contains the following information, at least: <ul> <li>#REQUEST_KEY_ID: The request ID.</li> <li>#RESPONSE_KEY_RESULT: The response result.</li> </ul>

Type: PersistableBundle

Java documentation for android.content.RestrictionsManager.EXTRA_RESPONSE_BUNDLE.

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