startupTimestamps
Mirrors android:android.app.ApplicationStartInfo getStartupTimestamps() method.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
IReadOnlyDictionary<StartTimestamp, long> startupTimestamps { get; }
Remarks
For more information, refer to Android's documentation on getStartupTimestamps()
Additional Resources: StartTimestamp