ContactList Method
      
 

Description

Called when contact list arrives from the server.


Return Type

None  


Syntax

object.ContactList Owner



The ContactList Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodXMPPNotify.
Owner Required. A wodXMPP object.

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 triggered when contact list is retrieved from the server. This usually occurs upon establishing a successful connection with a server. At this point you can access contacts details for the first time.