crisp-im / crisp-sdk-android

:package: Crisp Android SDK, add a chat in any Android app and communicate with your users.
https://docs.crisp.chat/guides/chatbox-sdks/android-sdk/
Other
55 stars 17 forks source link

notification show #22

Closed saeedmpt closed 5 years ago

saeedmpt commented 5 years ago

Does this SDK have the ability to display the notification on the user's handset? If yes, how do I enable it?

saeedmpt commented 5 years ago

In my opinion, this source is not a notification feature. However, I found a solution with the help of firebase cloud messaging that you can send token firebase with the methods in this library and send with the help of that token to notification the user of a new message.

baptistejamin commented 5 years ago

Thank you for your feedbadk!

Baptiste Jamin CEO, Crisp https://crisp.im/ - Connect your customers to your team.

On 26 Feb 2019, at 03:21, saeedmpt notifications@github.com wrote:

In my opinion, this source is not a notification feature. However, I found a solution with the help of firebase cloud messaging that you can send token firebase with the methods in this library and send with the help of that token to notification the user of a new message.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crisp-im/crisp-sdk-android/issues/22#issuecomment-467266502, or mute the thread https://github.com/notifications/unsubscribe-auth/AA04wxpIjaHxm3A3NZj8SZb1s4xBoIZ6ks5vRJojgaJpZM4bGMPR.

saeedmpt commented 5 years ago

tnx

Hoss3inf commented 3 years ago

@saeedmpt would you please tell us about your approach to implementing notifications for the crisp SDK?

It would be a great help to me.