Packagenet.guttershark.support.servicemanager.shared
Classpublic final class CallResult

The CallResult class stores a result object from the server for any successful service call, and is passed back to the onResult callback function of a service call.



Public Properties
 PropertyDefined by
  result : *
The result object.
CallResult
Public Methods
 MethodDefined by
  
CallResult(res:* = null)
Constructor for CallResult instances.
CallResult
Property detail
resultproperty
public var result:*

The result object.

Constructor detail
CallResult()constructor
public function CallResult(res:* = null)

Constructor for CallResult instances.

Parameters
res:* (default = null) — The result object.