com.felixlui.cordova.umeng
v0.0.2
Published
umeng analytics plugin
Downloads
2
Maintainers
Readme
add com.felixlui.cordova.umeng
友盟的插件添加
添加插件
cordova plugin add com.felixlui.cordova.umeng --variable APP_KEY=友盟KEY --variable CHANNEL=渠道名
JS调用事件看www目录或者看官方文档
ionic3使用需要在使用的代码处写上
declare var MobclickAgent: any;
根据https://github.com/Bjkb/Ql_Umeng插件修改而来