Titanium.Yahoo.yql

Function of Titanium.Yahoo.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8

Summary

invoke a Yahoo YQL query

Arguments

Name Type Summary
yql String

the YQL query to execute

callback Callback<Object>

the function to execute when the query completes. The event will contain the boolean property success if successful. If success is false, the message property will contain the error message. If success is true, the data property will contain the data payload received from the YQL.

Return Type

void