ApplicationStartInfo.StartTimestampReservedRangeSystem Field

Definition

The end of the range, beginning with 0, reserved for system timestamps.

[Android.Runtime.Register("START_TIMESTAMP_RESERVED_RANGE_SYSTEM", ApiSince=35)]
public const int StartTimestampReservedRangeSystem = 20;
[<Android.Runtime.Register("START_TIMESTAMP_RESERVED_RANGE_SYSTEM", ApiSince=35)>]
val mutable StartTimestampReservedRangeSystem : int

Field Value

Value = 20

Implements

Attributes

Remarks

The end of the range, beginning with 0, reserved for system timestamps.

Java documentation for android.app.ApplicationStartInfo.START_TIMESTAMP_RESERVED_RANGE_SYSTEM.

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