Get a List of Available Call Card UI States CallCardGetListUiStates

We are still updating this page

Some data may be missing here — we will fill it in shortly.

Scope: telephony

Who can execute the method: any user

The CallCardGetListUiStates method allows you to retrieve a list of available call card UI states.

When called, an object containing all possible call card UI states is passed to the callback function.

Example

BX24.placement.bindEvent('BackgroundCallCard::initialized', event => {
            BX24.placement.call('CallCardGetListUiStates', data => {
                // some code
            })
        });
        

How to Use Examples in Documentation