|
MessengerYouLike
|
|
This Method Allows Users to see wether his friend is typing a message to them or not
public BeginTypingIndication(String FriendUsername);
Public Sub BeginTypingIndication(ByVal FriendUsername As String)
|
Parameters |
Description |
|
ByVal FriendUsername As String |
Name of the friend to notify the user is typing a message |
When both users are in conversation then if any user start typing a message then a event IMSDK.IMClient.OnTypingIndication on the friend side is fired telling them that friend is typing a message