Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

IApplicationStartInfo

interface in UnityEngine.Android

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Mirrors android:android.app.ApplicationStartInfo.

For more information, refer to Android's documentation on ApplicationStartInfo. Available on Android API 35+.

Properties

Property Description
definingUidMirrors android:android.app.ApplicationStartInfo getDefiningUid() method.
intentUriMirrors android:android.app.ApplicationStartInfo getIntent() method, returning the URI string representation of the launch intent via Intent.toUri(0).
launchModeMirrors android:android.app.ApplicationStartInfo getLaunchMode() method.
packageUidMirrors android:android.app.ApplicationStartInfo getPackageUid() method.
pidMirrors android:android.app.ApplicationStartInfo getPid() method.
processNameMirrors android:android.app.ApplicationStartInfo getProcessName() method.
realUidMirrors android:android.app.ApplicationStartInfo getRealUid() method.
reasonMirrors android:android.app.ApplicationStartInfo getReason() method.
startComponentMirrors android:android.app.ApplicationStartInfo getStartComponent() method.
startTypeMirrors android:android.app.ApplicationStartInfo getStartType() method.
startupStateMirrors android:android.app.ApplicationStartInfo getStartupState() method.
startupTimestampsMirrors android:android.app.ApplicationStartInfo getStartupTimestamps() method.
wasForceStoppedMirrors android:android.app.ApplicationStartInfo wasForceStopped() method.