Back to product page

IncomingNotification event


Fires when new notification is received.

Syntax

  • Basic
Private Sub object_IncomingNotification (ByRef Contact, ByVal NotifyID, ByVal Data)
The IncomingNotification(Contact,NotifyID,Data) syntax has these parts:
ContactXMPPContact object
NotifyIDContactNotifyEnum enumeration
DataVariant.

Remarks

IncomingNotification Event is fired each time certain notification is received from the server. For example - UserTyping which is called when user starts (Data argument contains nonzero value) and when user stops (Data arguments contains zero value) typing. You can use it for typical "User is typing..." text shown in the chat screen.

Platforms

Windows