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

    Type Alias ConnectionStateChangeListener

    ConnectionStateChangeListener: (
        connectionState: ConnectionStateContainer,
    ) => void

    Listener called whenever the connection state changes.

    Type declaration