Documentation

CallCardGetListUiStates

Method allows to get list of available call card interface states.

Upon calling the callback function, passes object with all possible card UI states.

Call example

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


© «Bitrix24», 2001-2024
Up