Function currentProfile

  • Return a Profile instance if there was a preselected user when launching the application, or null if there was none.

    If required: true is set and there was no preselected user, then the user selection interface will be shown to allow the user to select a profile. Subsequent calls to currentProfile() will return the selected profile without user interaction.

    Parameters

    Returns Profile

  • Parameters

    Returns Profile | null

Generated using TypeDoc