cordova-plugin-baidutji

1.1.0 • Public • Published

百度移动统计Cordova插件

How to debug:

  1. clone this project
  2. remove the old plugin from the project
  cordova plugin remove cordova-plugin-baidu-mob-stat
  1. add the plugin
	/**
	 * 	APP_CHANNEL  渠道(例如:test、prod)
	 *  APP_KEY	
	 */
	cordova plugin add cordova-plugin-baidutji@1.1.0 --variable APP_CHANNEL=test --variable APP_KEY=a8e72a15df
  1. build and debug
window.cordova.exec(success => {
    console.log('success', success)
}, err => {
    console.log('err', err)
}, 'BaiduMobStat', 'start', [])

Package Sidebar

Install

npm i cordova-plugin-baidutji

Weekly Downloads

12

Version

1.1.0

License

Apache License 2.0

Unpacked Size

35.8 kB

Total Files

10

Last publish

Collaborators

  • giscafer
  • tangjijun
  • wuyuxing
  • xinzhenyong
  • yztnpm