Description
-
Sends notification to the contact.
Return Type
-
None
Syntax
-
object.Notify NotifyID,
[Data]
The Notify Method syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
| NotifyID |
Required. A ContactNotifyEnum
enumeration, as described in settings. A ContactNotifyEnum
enumeration, as described in settings. |
| Data |
Optional. A Variant value. Optional
parameter. Specifies data to be sent along with
notification. |
Settings
-
The settings for NotifyID are:
 |
UserTyping |
1 |
User is typing. |
Remarks
-
This method sends notification to your contact. Type of
notification is defined as NotifyID parameter.
Depending on chosen notification type, you should set
appropriate Data value too. For possible list of
available NotifyID values click here
(currently only UserTyping notification).
|