onGlobalNotifyReceived method

void onGlobalNotifyReceived(
  1. String roomId,
  2. List<Message> notifyMessages
)

When admin publish global notify message,the method will called.

  • Parameters:
    • roomId: chatroom id
    • notifyMessage: ChatMessage

Implementation

void onGlobalNotifyReceived(String roomId, List<Message> notifyMessages) {}