Interface MessengerConversationTypingStatus
- All Known Subinterfaces:
IncomingMessengerConversationTypingStatus
,OutgoingMessengerConversationTypingStatus
public interface MessengerConversationTypingStatus
Represents a typing status has been sent to or retrieved from an external
source by a
MessengerConnector
.- Since:
- 12.20
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Represents the typing status type. -
Method Summary
-
Method Details
-
getType
MessengerConversationTypingStatus.Type getType()The type of the typing status.- Returns:
- the type of the typing status
- Since:
- 12.20
-