Example #1
0
File: App.cs Project: Fitabase/Prox
		private void OnBeaconServiceEnter (object sender, BeaconEventArgs e)
		{
			EncounterUtils.Enter (e.BeaconDevice);
		}
Example #2
0
 private void OnBeaconFound(object sender, BeaconEventArgs foundBeaconArgs)
 {
     _model.Device = foundBeaconArgs.BeaconDevice;
     Device.Set(foundBeaconArgs.BeaconDevice);
 }
Example #3
0
 private void OnBeaconServiceEnter(object sender, BeaconEventArgs e)
 {
     EncounterUtils.Enter(e.BeaconDevice);
 }
Example #4
0
		private void OnBeaconFound (object sender, BeaconEventArgs foundBeaconArgs)
		{
			_model.Device = foundBeaconArgs.BeaconDevice;
			Device.Set (foundBeaconArgs.BeaconDevice);
		}