FirebaseAndroid
extends BaseService
Table of Contents
Constants
-
DEFAULT_EXPIRY
= 14400
Methods
-
getBatch()
: string
-
getMessageInstance()
: BaseMessage
-
shouldBeSent()
: bool
DEFAULT_EXPIRY
public
mixed
DEFAULT_EXPIRY
= 14400
getBatch()
public
getBatch(array<string|int, mixed> $messages) : string
Parameters
-
$messages
: array<string|int, mixed>
-
getMessageInstance()
public
getMessageInstance(string $token) : BaseMessage
Parameters
-
$token
: string
-
shouldBeSent()
public
static shouldBeSent(array<string|int, mixed> $messageRowData) : bool
Parameters
-
$messageRowData
: array<string|int, mixed>
-