Lifecycle (core)

Prev Next

Lifecycle Schema 0.8.1 | Core SDK

JSON-Schema

This document was generated from a JSON-Schema, and is intended to provide a human readable overview and examples of the methods contained in the module.

For the full schema, see the link below.

Schema
lifecycle.json

Schemas

LifecycleState

type LifecycleState = 'initializing' | 'inactive' | 'foreground' | 'background' | 'unloading' | 'suspended'

Details

The application lifecycle state


CloseReason

type CloseReason = 'remoteButton' | 'userExit' | 'error'

Details

The application close reason