Function GetSettings

  • Loads settings for a given user + app. The session's account id is used to separate settings between accounts.

    Parameters

    Returns Promise<{
        settings: any;
    }>

Generated using TypeDoc