VIEditConversation typedef

VIEditConversation = void Function(VIConversationEvent conversationEvent)

Signature for callbacks reporting that the conversation properties were modified as the result of:

Used in VIMessenger.

It provides a VIConversationEvent instance

conversationEvent - VIConversationEvent object with conversation data and service information

Implementation

typedef void VIEditConversation(VIConversationEvent conversationEvent);