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

    Type Alias ActiveConversationChangeListener

    ActiveConversationChangeListener: (conversation?: Conversation) => void

    Listener called whenever the active conversation changes.

    Note: If no conversation is currently active the passed conversation object will be null

    Type declaration

      • (conversation?: Conversation): void
      • Parameters

        • Optionalconversation: Conversation

          API object for the active conversation or null if no conversation is active.

        Returns void