Member Junction
    Preparing search index...

    Service for managing command palette state and recent apps tracking.

    Responsibilities:

    • Manage open/close state of command palette
    • Track recently accessed applications (top 3)
    • Persist recent apps via UserInfoEngine
    Index

    Constructors

    Accessors

    Methods

    • Track that a user accessed an application. Adds the app ID to the front of the recent apps list, removes duplicates, and limits to max 3 apps. Persists via UserInfoEngine.

      Parameters

      • appId: string

        ID of the application that was accessed

      Returns Promise<void>