示例#1
0
文件: App.cs 项目: Fitabase/Prox
		private void OnBeaconServiceEnter (object sender, BeaconEventArgs e)
		{
			EncounterUtils.Enter (e.BeaconDevice);
		}
示例#2
0
 private void OnBeaconFound(object sender, BeaconEventArgs foundBeaconArgs)
 {
     _model.Device = foundBeaconArgs.BeaconDevice;
     Device.Set(foundBeaconArgs.BeaconDevice);
 }
示例#3
0
 private void OnBeaconServiceEnter(object sender, BeaconEventArgs e)
 {
     EncounterUtils.Enter(e.BeaconDevice);
 }
示例#4
0
		private void OnBeaconFound (object sender, BeaconEventArgs foundBeaconArgs)
		{
			_model.Device = foundBeaconArgs.BeaconDevice;
			Device.Set (foundBeaconArgs.BeaconDevice);
		}