0 purchases
umeng plugin
umeng_plugin #
umeng_plugin: 0.1.4
copied to clipboard
Umeng统计插件 #
初始化 #
UmengPlugin.init(
String iOSAppKey,
String androidAppKey,
String channel, //渠道标识
bool logEnable, //设置是否在console输出sdk的log信息.
bool encrypt, //设置是否对日志信息进行加密, 默认NO(不加密).设置为YES, umeng SDK 会将日志信息做加密处理
)
copied to clipboard
Android端需要在主Activity生命周期中注册,否则统计不生效 #
MobclickAgent.onResume(this); // 不能遗漏
MobclickAgent.onPause(this); // 不能遗漏
copied to clipboard
Android端获取Channel #
UmengPlugin.getChannel()
copied to clipboard
事件埋点 #
UmengPlugin.event(String eventId) 传入事件名称
UmengPlugin.eventMap 传入事件名称和map参数
UmengPlugin.beginLogPageView
UmengPlugin.endLogPageView
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.