# StartTimestamp

> Timestamp types for ApplicationStartInfo startup data.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public enum StartTimestamp
```

## Remarks

Use these values as keys in the [\_startupTimestamps](/engine/6000.7/script-reference/unityengine/android/iapplicationstartinfo/startuptimestamps.md) dictionary.

## Fields

| Value                                                                                                                                        | Description                                                                                    |
| -------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [ApplicationOnCreate](/engine/6000.7/script-reference/unityengine/android/starttimestamp/applicationoncreate.md)                             | Mirrors `android:public static final int START_TIMESTAMP_APPLICATION_ONCREATE`.                |
| [BindApplication](/engine/6000.7/script-reference/unityengine/android/starttimestamp/bindapplication.md)                                     | Mirrors `android:public static final int START_TIMESTAMP_BIND_APPLICATION`.                    |
| [FirstFrame](/engine/6000.7/script-reference/unityengine/android/starttimestamp/firstframe.md)                                               | Mirrors `android:public static final int START_TIMESTAMP_FIRST_FRAME`.                         |
| [Fork](/engine/6000.7/script-reference/unityengine/android/starttimestamp/fork.md)                                                           | Mirrors `android:public static final int START_TIMESTAMP_FORK`.                                |
| [FullyDrawn](/engine/6000.7/script-reference/unityengine/android/starttimestamp/fullydrawn.md)                                               | Mirrors `android:public static final int START_TIMESTAMP_FULLY_DRAWN`.                         |
| [InitialRenderthreadFrame](/engine/6000.7/script-reference/unityengine/android/starttimestamp/initialrenderthreadframe.md)                   | Mirrors `android:public static final int START_TIMESTAMP_INITIAL_RENDERTHREAD_FRAME`.          |
| [Launch](/engine/6000.7/script-reference/unityengine/android/starttimestamp/launch.md)                                                       | Mirrors `android:public static final int START_TIMESTAMP_LAUNCH`.                              |
| [ReservedRangeDeveloper](/engine/6000.7/script-reference/unityengine/android/starttimestamp/reservedrangedeveloper.md)                       | Mirrors `android:public static final int START_TIMESTAMP_RESERVED_RANGE_DEVELOPER`.            |
| [ReservedRangeDeveloperStart](/engine/6000.7/script-reference/unityengine/android/starttimestamp/reservedrangedeveloperstart.md)             | Mirrors `android:public static final int START_TIMESTAMP_RESERVED_RANGE_DEVELOPER_START`.      |
| [ReservedRangeSystem](/engine/6000.7/script-reference/unityengine/android/starttimestamp/reservedrangesystem.md)                             | Mirrors `android:public static final int START_TIMESTAMP_RESERVED_RANGE_SYSTEM`.               |
| [SurfaceflingerCompositionComplete](/engine/6000.7/script-reference/unityengine/android/starttimestamp/surfaceflingercompositioncomplete.md) | Mirrors `android:public static final int START_TIMESTAMP_SURFACEFLINGER_COMPOSITION_COMPLETE`. |
