Sms extends BaseMessage
Class Sms
Table of Contents
Constants
- PROVIDER_TYPE_SMS = 'SMS'
Methods
- getId() : mixed
- getMessageStatusCode() : int|null
- getName() : mixed
- onMessageSent() : void
- syncBadges() : void
Constants
PROVIDER_TYPE_SMS
public
mixed
PROVIDER_TYPE_SMS
= 'SMS'
Methods
getId()
public
static getId() : mixed
Tags
getMessageStatusCode()
public
static getMessageStatusCode(int $statusId, Event $event) : int|null
Parameters
- $statusId : int
- $event : Event
Return values
int|nullgetName()
public
static getName() : mixed
Tags
onMessageSent()
public
static onMessageSent(Event $event) : void
Parameters
- $event : Event
syncBadges()
public
static syncBadges(int $activityId, array<string|int, mixed> $activityFields, array<string|int, mixed> $bindings) : void
Parameters
- $activityId : int
- $activityFields : array<string|int, mixed>
- $bindings : array<string|int, mixed>