You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
Thanks for the library. Its working pretty fine.
I've sort of a query rather than an issue,
Can I send multiple parameters along with message?
$sender->send($deviceToken, 'Title', 'testing', 'http://deeplink.com');
Here I need to pass extra RoomId parameter along with 'testing' text.
Actually, I need to parse received parameters from push notification IOS side and need to have certain action based on passed parameters.
Is it possible?
Thanks,
The text was updated successfully, but these errors were encountered: