onMessageReceiptChanged property

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

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

Implementation

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

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

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