Lifecycle-0.10.0

    Lifecycle-0.10.0


    Article summary

    Lifecycle Schema 0.10.0

    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?