Lifecycle-0.10.0

    Lifecycle-0.10.0


    Article summary


    title: Lifecycle

    # Lifecycle Schema

    Version 0.10.0

    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

    Table of Contents

    Schemas

    LifecycleState

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

    Details

    The application lifecycle state


    CloseReason

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

    Details

    The application close reason



    Was this article helpful?