Unblu Floating JS API
    Preparing search index...

    Interface Unblu

    The main unblu namespace which gives access to the Unblu API.

    Access:

    window.unblu.api
    

    Note: all fields inside the unblu namespace except for the api are not public and may change without any notice.

    interface Unblu {
        AgentAvailabilityState?: typeof AgentAvailabilityState;
        api?: UnbluStaticApi;
        CallState?: typeof CallState;
        ConnectionState?: typeof ConnectionState;
        ConversationState?: typeof ConversationState;
        ConversationType?: typeof ConversationType;
        UnbluErrorType?: typeof UnbluErrorType;
    }
    Index

    Properties

    AgentAvailabilityState?: typeof AgentAvailabilityState

    Access to the Unblu API.

    This field will be available as soon as the Unblu API has been loaded.

    CallState?: typeof CallState
    ConnectionState?: typeof ConnectionState
    ConversationState?: typeof ConversationState
    ConversationType?: typeof ConversationType
    UnbluErrorType?: typeof UnbluErrorType