VIIsRead typedef

VIIsRead = void Function(VIConversationServiceEvent conversationServiceEvent)

Signature for callbacks reporting that the event within a conversatio was marked as read as the result of VIConversation.markAsRead or analogous methods from other Voximplant SDKs and Messaging API.

Used in VIMessenger.

Invoked for all clients in the conversation

conversationServiceEvent - VIConversationServiceEvent object with conversation UUID and service information

Implementation

typedef void VIIsRead(VIConversationServiceEvent conversationServiceEvent);