BaseService implements PushService
AbstractYes
Table of Contents
Interfaces
Constants
- DEFAULT_EXPIRY = 14400
Methods
- getBatch() : string
- getMessageInstance() : BaseMessage
- shouldBeSent() : bool
Constants
DEFAULT_EXPIRY
public
mixed
DEFAULT_EXPIRY
= 14400
Methods
getBatch()
public
abstract getBatch(array<string|int, mixed> $messages) : string
Parameters
- $messages : array<string|int, mixed>
Return values
stringgetMessageInstance()
public
abstract getMessageInstance(string $token) : BaseMessage
Parameters
- $token : string
Return values
BaseMessageshouldBeSent()
public
abstract static shouldBeSent(array<string|int, mixed> $messageRowData) : bool
Parameters
- $messageRowData : array<string|int, mixed>