PushNotification implements NotificationInterface
Table of Contents
Interfaces
Constants
- PUSH_MESSAGE_MAX_LENGTH = 255
Methods
- __construct() : mixed
- getMessage() : string
- getParams() : array<string|int, mixed>
Constants
PUSH_MESSAGE_MAX_LENGTH
public
mixed
PUSH_MESSAGE_MAX_LENGTH
= 255
Methods
__construct()
public
__construct(Notification $notification) : mixed
Parameters
- $notification : Notification
getMessage()
public
getMessage() : string
Return values
stringgetParams()
public
getParams(Tag $tag) : array<string|int, mixed>
Parameters
- $tag : Tag