RestrictionsManager.ResponseKeyResponseTimestamp 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 the optional timestamp of when the administrator responded to the permission request.
[Android.Runtime.Register("RESPONSE_KEY_RESPONSE_TIMESTAMP")]
public const string ResponseKeyResponseTimestamp;
[<Android.Runtime.Register("RESPONSE_KEY_RESPONSE_TIMESTAMP")>]
val mutable ResponseKeyResponseTimestamp : string
Field Value
- Attributes
Remarks
Key for the optional timestamp of when the administrator responded to the permission request. It is an represented in milliseconds since January 1, 1970 00:00:00.0 UTC.
Type: long
Java documentation for android.content.RestrictionsManager.RESPONSE_KEY_RESPONSE_TIMESTAMP
.
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.