TypingStatusListener

public interface TypingStatusListener

Typing status listener that triggers a callback when the typing status changes.

See also

Functions

Link copied to clipboard
public abstract void onTypingStatusChanged(ConversationType type, String targetId, Collection<TypingStatus> typingStatusSet)
The typing status of the conversation has changed.