-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Hello, Filip. I'm testing how to send push notifications with PHP, following the instructions you have in this YT video: https://www.youtube.com/watch?v=MYZVhs6T_W8 and now I'm wondering how to send other parameters in the notification.
I tried adding them to the $message array, but it didn't work, it doesn't overwrite 'title' and the only one working is 'message'. So I wanted to ask you if I also have to change something in the Java files in order to make them work. Thanks a lot for any help.
$message = array(
'message' => 'New Comment: test test...',
'title' => 'This is a title',
'subtitle' => 'This is a subtitle',
'tickerText' => 'Ticker text here...Ticker text here',
'vibrate' => 1,
'sound' => 1,
'largeIcon' => 'ic_launcher',
'smallIcon' => 'ic_launcher'
);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels