Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StartTimestamp

Timestamp types for ApplicationStartInfo startup data.
Read time 1 minuteLast updated 6 days ago

Definition

public enum StartTimestamp

Remarks

Use these values as keys in the _startupTimestamps dictionary.

Fields

Value

Description

ApplicationOnCreateMirrors
android:public static final int START_TIMESTAMP_APPLICATION_ONCREATE
.
BindApplicationMirrors
android:public static final int START_TIMESTAMP_BIND_APPLICATION
.
FirstFrameMirrors
android:public static final int START_TIMESTAMP_FIRST_FRAME
.
ForkMirrors
android:public static final int START_TIMESTAMP_FORK
.
FullyDrawnMirrors
android:public static final int START_TIMESTAMP_FULLY_DRAWN
.
InitialRenderthreadFrameMirrors
android:public static final int START_TIMESTAMP_INITIAL_RENDERTHREAD_FRAME
.
LaunchMirrors
android:public static final int START_TIMESTAMP_LAUNCH
.
ReservedRangeDeveloperMirrors
android:public static final int START_TIMESTAMP_RESERVED_RANGE_DEVELOPER
.
ReservedRangeDeveloperStartMirrors
android:public static final int START_TIMESTAMP_RESERVED_RANGE_DEVELOPER_START
.
ReservedRangeSystemMirrors
android:public static final int START_TIMESTAMP_RESERVED_RANGE_SYSTEM
.
SurfaceflingerCompositionCompleteMirrors
android:public static final int START_TIMESTAMP_SURFACEFLINGER_COMPOSITION_COMPLETE
.