Re: incoming notification-user typing - WeOnlyDo Discussion board

Re: incoming notification-user typing (General questions)

by wodDamir, Monday, July 06, 2009, 08:40 (5407 days ago) @ sapna

Hi Sapna,

You can try something like this:

[code]if(Data.vt == VT_BOOL)
{
if(Data.boolVal)
{
//Do Something
}
}[/code]

Can you please try that?

Regards,
Damba


Complete thread: