StartedByInfointerface
Describes how the current app instance was started and provides details about the app that started it.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| applicationName⚓︎ | string | x | Name of the app that started the current app instance. |
|
| instanceID⚓︎ | string | x | ID of the app instance that started the current app instance. |
|
| startedBy⚓︎ | "application" | "intent" | "autoStart" | x | Indicates how the current app instance was started. Apps can be started by other apps, by a raised Intent, or can be auto started by the system. |