axmol/plugin/jsbindings/auto/jsb_pluginx_alipay_auto_api.js

54 lines
856 B
JavaScript
Raw Normal View History

2013-04-07 16:58:26 +08:00
/**
* @module pluginx_alipay
*/
var plugin = plugin || {};
/**
* @class IAPAlipay
*/
plugin.IAPAlipay = {
2013-04-27 11:32:12 +08:00
/**
* @method configDeveloperInfo
* @param {TIAPDeveloperInfo}
*/
configDeveloperInfo : function () {},
2013-04-07 16:58:26 +08:00
/**
* @method getPluginName
* @return A value converted from C/C++ "const char*"
*/
getPluginName : function () {},
/**
* @method getPluginVersion
* @return A value converted from C/C++ "const char*"
*/
getPluginVersion : function () {},
/**
* @method init
* @return A value converted from C/C++ "bool"
*/
init : function () {},
/**
* @method payForProduct
* @param {TProductInfo}
*/
payForProduct : function () {},
/**
* @method getSDKVersion
* @return A value converted from C/C++ "const char*"
*/
getSDKVersion : function () {},
/**
* @method setDebugMode
* @param {bool}
*/
setDebugMode : function () {},
};