onGroupNotificationMessage abstract method

void onGroupNotificationMessage(
  1. ChatMessageModel groupNotificationMessage
)

This listener is triggered when the notification is received for the group.

Implementation

void onGroupNotificationMessage(ChatMessageModel groupNotificationMessage);