Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

feat(contexts): Add app start type #1342

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/docs/sdk/event-payloads/contexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ If a platform doesn't provide capabilities to identify whether a permission has

: _Optional_. A list of visible UI screens at the current point in time.

`start_type`

: _Optional_. The way the OS started the app. For example, `cold`, `warm`, `cold.prewarmed`, or `warm.prewarmed`.

## Browser Context

Browser context carries information about the browser or user agent for
Expand Down
Loading