Back to product page

ContactList callback method


Called when contact list arrives from the server.

Syntax

  • Basic
object.ContactList (Owner)
The ContactList(object,Owner) syntax has these parts:
objectAn expression evaluating to an object of type IwodXMPPNotify
OwnerAn expression evaluating to an object of type wodXMPP

Remarks

This method is called only if you implemented IwodXMPPNotify interface in your application, and wodXMPP.Notification property has received reference to instance of your implementation.

This notification method will be called when contact list is retrieved from the server. This usually occurrs upon establishing a successful connection with a server. At this point you can access contacts details for the first time.

Platforms

Windows