Enable Sound for push notification #312
Answered
by
mobizt
garymansted
asked this question in
Q&A
-
Not to sure if this has been discussed here but I am wondering if its possible to include the attribute 'sound enable' in the fcm library? If its already part of the lib great - could someone point me in the right direction to use it please. Or if someone knows how to include it the payload please share :) Thanks ps great library! |
Beta Was this translation helpful? Give feedback.
Answered by
mobizt
Mar 22, 2022
Replies: 1 comment
-
There is no such option. You should learn what is notification payload supported in the APIs. Sound is supported in payload. You can use addCustomNotifyMessage The notification payload doc is here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
garymansted
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no such option. You should learn what is notification payload supported in the APIs.
Sound is supported in payload.
You can use addCustomNotifyMessage
The notification payload doc is here.