VIRemoveConversation typedef
VIRemoveConversation =
void Function(VIConversationEvent conversationEvent)
Signature for callbacks reporting that a conversation was removed.
Used in VIMessenger.
It provides a VIConversationEvent instance
conversationEvent
- VIConversationEvent object with conversation data and service information
Implementation
typedef void VIRemoveConversation(VIConversationEvent conversationEvent);