Unblu Branch Client App Component API
    Preparing search index...

    Type Alias AgentAvailableChangeListener

    AgentAvailableChangeListener: (isAvailable: boolean) => void

    Listener called whenever the agent availability changes.

    Type declaration

      • (isAvailable: boolean): void
      • Parameters

        • isAvailable: boolean

          A boolean that indicates if an agent is available.

        Returns void