Closed EkoSBP closed 1 year ago
Hello, I am eko, i need set content-available in payload fcm api send like this
{ "to": "<Device FCM token>", "notification": { **"content_available": true,** }, "data": { "title": "Check this Mobile (title)", "body": "Rich Notification testing (body)", } }
or
{ "to": "<Device FCM token>", **"content_available": true,** "notification": {}, "data": { "title": "Check this Mobile (title)", "body": "Rich Notification testing (body)", } }
I read documentation and find information if content_avaible set to apns, notification not necessarily not send. this documentation :
so I need setContentAvailable to implementation this. sorry, my english is bad.
Happy to accept a PR with tests that adds this.
Hello, I am eko, i need set content-available in payload fcm api send like this
or
I read documentation and find information if content_avaible set to apns, notification not necessarily not send. this documentation :
so I need setContentAvailable to implementation this. sorry, my english is bad.