RestrictionsManager.RequestKeyNewRequest Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Key for issuing a new request, contained in the request bundle.
[Android.Runtime.Register("REQUEST_KEY_NEW_REQUEST")]
public const string RequestKeyNewRequest;
[<Android.Runtime.Register("REQUEST_KEY_NEW_REQUEST")>]
val mutable RequestKeyNewRequest : string
Field Value
- Attributes
Remarks
Key for issuing a new request, contained in the request bundle. If this is set to true, the Restrictions Provider must make a new request. If it is false or not specified, then the Restrictions Provider can return a cached response that has the same requestId, if available. If there's no cached response, it will issue a new one to the administrator.
Type: boolean
Java documentation for android.content.RestrictionsManager.REQUEST_KEY_NEW_REQUEST
.
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.