onDeviceIdClicked()

in mpush_reactnative_android_demo/AwesomeProject/index.android.js [117:124]


  onDeviceIdClicked() {
  		var that = this;
  		mPush.getDeviceId(function(args) {
  			that.setState({
  				deviceIdBtnTitle: args
  			});
        });
  }