예제 #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);
		}