onGlobalNotifyReceived method
When admin publish global notify message,the method will called.
- Parameters:
- roomId: chatroom id
- notifyMessage: ChatMessage
Implementation
void onGlobalNotifyReceived(String roomId, List<Message> notifyMessages) {}
When admin publish global notify message,the method will called.
void onGlobalNotifyReceived(String roomId, List<Message> notifyMessages) {}