Bitrix API

Callback

Table of Contents

Methods

canUse()  : bool
Can use callbacks.
getPhoneNumbers()  : array<string|int, mixed>
Get callback phone number list.
hasPhoneNumbers()  : bool
Return false if there is no phone number.
sendCallEvent()  : bool
Send call event.

Methods

canUse()

Can use callbacks.

public static canUse() : bool
Return values
bool

getPhoneNumbers()

Get callback phone number list.

public static getPhoneNumbers() : array<string|int, mixed>
Return values
array<string|int, mixed>

hasPhoneNumbers()

Return false if there is no phone number.

public static hasPhoneNumbers() : bool
Return values
bool

sendCallEvent()

Send call event.

public static sendCallEvent(array<string|int, mixed> $eventParameters) : bool
Parameters
$eventParameters : array<string|int, mixed>

Event parameters.

Return values
bool

        
On this page

Search results