Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StartReason

Reason codes for an Android app process start.
Read time 1 minuteLast updated 6 days ago

Definition

public enum StartReason

Remarks

Use this enum with the _reason property.

Fields

Value

Description

AlarmMirrors
android:public static final int START_REASON_ALARM
.
BackupMirrors
android:public static final int START_REASON_BACKUP
.
BootCompleteMirrors
android:public static final int START_REASON_BOOT_COMPLETE
.
BroadcastMirrors
android:public static final int START_REASON_BROADCAST
.
ContentProviderMirrors
android:public static final int START_REASON_CONTENT_PROVIDER
.
JobMirrors
android:public static final int START_REASON_JOB
.
LauncherMirrors
android:public static final int START_REASON_LAUNCHER
.
LauncherRecentsMirrors
android:public static final int START_REASON_LAUNCHER_RECENTS
.
OtherMirrors
android:public static final int START_REASON_OTHER
.
PushMirrors
android:public static final int START_REASON_PUSH
.
ServiceMirrors
android:public static final int START_REASON_SERVICE
.
StartActivityMirrors
android:public static final int START_REASON_START_ACTIVITY
.