VIRemoveMessage typedef

VIRemoveMessage = void Function(VIMessageEvent messageEvent)

Signature for callbacks reporting that a message was removed via VIMessage.remove or analogous methods from other Voximplant SDKs and Messaging API.

Used in VIMessenger.

Triggered only for participants that belong to the conversation with the deleted message.

messageEvent - VIMessageEvent object with message data and service information

Implementation

typedef void VIRemoveMessage(VIMessageEvent messageEvent);