onConversationMessageReceiptChanged property

void Function(ZIM zim, List<ZIMMessageReceiptInfo> infos)? onConversationMessageReceiptChanged
getter/setter pair

Available since: 2.5.0 and above. Description: When the message receiver has read the session, the message sender knows through this callback. Trigger: Trigger a notification when the message receiver has read the session. Related APIs: triggered when the peer calls via ZIM.sendConversationMessageReceiptRead.

Implementation

/// Description: When the message receiver has read the session, the message sender knows through this callback.

/// Trigger: Trigger a notification when the message receiver has read the session.

/// Related APIs: triggered when the peer calls via [ZIM.sendConversationMessageReceiptRead].
static void Function(ZIM zim, List<ZIMMessageReceiptInfo> infos)?
    onConversationMessageReceiptChanged;