onResult method

Syntax
void WSListener.onResult(
  WSResult wsResult
)
Parameters
  • wsResult   The WSResult describing the result of a web service request.

Remarks

Called with the result of an asynchronous web service request.

See Also

WSResult class