Back to product page

PrivateData callback method


Called when private storage data is received from the server.

Syntax

  • Basic
object.PrivateData (Owner, Name, Value)
The PrivateData(object,Owner,Name,Value) syntax has these parts:
objectAn expression evaluating to an object of type IwodXMPPNotify
OwnerAn expression evaluating to an object of type wodXMPP
NameA String value. Name of the variable that was stored.
ValueA String value. Value that will was stored.

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.

Called as a result of LoadPrivateData method. When LoadPrivateData method was called, request was sent to the server to obtain the data for requested variable. When data arrives (if it arrives), this notification method is called to provide it to your application.

Platforms

Windows