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

    Type Alias BranchStateChangeListener

    BranchStateChangeListener: (branchState: BranchState) => void

    Listener called whenever the branch state changes.

    Type declaration

      • (branchState: BranchState): void
      • Parameters

        • branchState: BranchState

          The new branch state (ACTIVE, MAINTENANCE, or INACTIVE).

        Returns void