PrivateData Method
      
 

Description

Called when private storage data is received from the server.


Return Type

None  


Syntax

object.PrivateData Owner, Name, Value


The PrivateData Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodXMPPNotify.
Owner A wodXMPP object.
Name A String value. Name of the variable that was stored.
Value A 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.