Свойство | Тип | Описание | |
---|---|---|---|
$data | |||
$notification | |||
$options | |||
$to | string | array | ||
$topic |
Метод | Описание | |
---|---|---|
__construct ( $to, |
Request constructor. |
Метод | Описание | |
---|---|---|
buildBody ( ) : array | Build the body for the request | |
getData ( ) : array | null | get data transformed | |
getNotification ( ) : array | null | get notification transformed | |
getOptions ( ) : array | get Options transformed | |
getRegistrationIds ( ) : array | null | get registrationIds transformed | |
getTo ( ) : array | null | string | get to key transformed |
public __construct ( $to, |
||
$to | ||
$options | ||
$notification | ||
$data | ||
$topic |
protected getNotification ( ) : array | null | ||
Результат | array | null |
protected getOptions ( ) : array | ||
Результат | array |
protected getRegistrationIds ( ) : array | null | ||
Результат | array | null |
protected PayloadData,LaravelFCM\Message $data | ||
Результат |
protected PayloadNotification,LaravelFCM\Message $notification | ||
Результат |
protected Options,LaravelFCM\Message $options | ||
Результат |
protected Topics,LaravelFCM\Message|null $topic | ||
Результат |