VITyping typedef

VITyping = void Function(VIConversationServiceEvent conversationServiceEvent)

Signature for callbacks reporting that a participant types a message in a conversation. Information about typing is sent via VIConversation.typing or analogous methods from other Voximplant SDKs and Messaging API.

Used in VIMessenger.

Triggered only for participants that belong to the conversation where typing is performing.

conversationServiceEvent - VIConversationServiceEvent object with conversation UUID and service information

Implementation

typedef void VITyping(VIConversationServiceEvent conversationServiceEvent);