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
boolgetPhoneNumbers()
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
boolsendCallEvent()
Send call event.
public
static sendCallEvent(array<string|int, mixed> $eventParameters) : bool
Parameters
- $eventParameters : array<string|int, mixed>
-
Event parameters.