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 aMessengerConnector
.- Since:
- 12.20
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MessengerConversationTypingStatus.Type
Represents the typing status type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessengerConversationTypingStatus.Type
getType()
The type of the typing status.
-
-
-
Method Detail
-
getType
MessengerConversationTypingStatus.Type getType()
The type of the typing status.- Returns:
- the type of the typing status
- Since:
- 12.20
-
-