You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Methods > IMClient.BeginTypingIndication Method
MessengerYouLike
IMClient.BeginTypingIndication Method

This Method Allows Users to see wether his friend is typing a message to them or not

C#
public BeginTypingIndication(String FriendUsername);
Visual Basic
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

Copyright (c) 2007. All rights reserved.