Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IApplicationStartInfo

Mirrors android:android.app.ApplicationStartInfo.
Read time 1 minuteLast updated 7 days ago

Definition

public interface IApplicationStartInfo

Remarks

For more information, refer to Android's documentation on ApplicationStartInfo. Available on Android API 35+.
Use ApplicationStartInfoProvider.GetHistoricalProcessStartReasons to obtain instances of this interface. Each instance describes one historical process start, including why the process was started, how it was started (cold, warm, or hot), and timing milestones recorded during startup.

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.