Typing Status
#
Send Typing StatusTo send typing status, while a member composing a message in group, call below method.
Argument | Type | Description |
---|---|---|
to | String | jid of the user/group |
CHAT_TYPE | ChatTypeEnum | ChatTypeEnum.chat for single chat, ChatTypeEnum.groupchat for group chat, ChatTypeEnum.broadcast for broadcast |
#
Send Typing Gone StatusTo send Gone status, when a member stops composing a message in group, call below method.
Argument | Type | Description |
---|---|---|
to | String | jid of the user/group |
CHAT_TYPE | ChatTypeEnum | ChatTypeEnum.chat for single chat, ChatTypeEnum.groupchat for group chat, ChatTypeEnum.broadcast for broadcast |