Conexia Telecom SDK
    Preparing search index...

    Type Alias AsyncRequestEvent

    Represents event which indicates progress of async request.

    type AsyncRequestEvent = {
        actionName: string;
        state: AsyncRequestState;
        stateText: string;
    }
    Index
    actionName: string

    Async request action name.

    Async request state.

    stateText: string

    Async request state text.