Notifier
FinalYes
Table of Contents
Constants
- PING_CREATED_MESSAGE_TYPE = 'CRM_TIMELINE_PING_CREATED'
Methods
- isAvailable() : bool
- send() : void
- sendImmediate() : void
Constants
PING_CREATED_MESSAGE_TYPE
public
mixed
PING_CREATED_MESSAGE_TYPE
= 'CRM_TIMELINE_PING_CREATED'
Methods
isAvailable()
public
static isAvailable() : bool
Return values
boolsend()
public
static send(string $messageType, int $userId, string $title, string $body[, array<string|int, mixed> $payload = [] ]) : void
Parameters
- $messageType : string
- $userId : int
- $title : string
- $body : string
- $payload : array<string|int, mixed> = []
sendImmediate()
public
static sendImmediate(string $messageType, int $userId, string $title, string $body[, array<string|int, mixed> $payload = [] ]) : void
Parameters
- $messageType : string
- $userId : int
- $title : string
- $body : string
- $payload : array<string|int, mixed> = []