Azure-Samples / communication-services-android-quickstarts

Sample code for Azure Communication Services Android quickstarts
MIT License
6 stars 24 forks source link

How to handle Notification Message #12

Open Rathish100 opened 3 years ago

Rathish100 commented 3 years ago

How to handle the notification message, which is coming from the chat. Do we need to use any Android-specific component to handle the notification or the startRealtimeNotifications() method will handle it? I tried to use some views inside the ChatMessageReceived listener and I'm getting crash.

ddematheu2 commented 3 years ago

If you are looking at push notifications, please refer here: https://docs.microsoft.com/en-us/azure/communication-services/concepts/notifications

For receiving chat messages, refer here: https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-android#receive-chat-messages-from-a-chat-thread