private void OnBeaconServiceEnter (object sender, BeaconEventArgs e) { EncounterUtils.Enter (e.BeaconDevice); }
private void OnBeaconFound(object sender, BeaconEventArgs foundBeaconArgs) { _model.Device = foundBeaconArgs.BeaconDevice; Device.Set(foundBeaconArgs.BeaconDevice); }
private void OnBeaconServiceEnter(object sender, BeaconEventArgs e) { EncounterUtils.Enter(e.BeaconDevice); }
private void OnBeaconFound (object sender, BeaconEventArgs foundBeaconArgs) { _model.Device = foundBeaconArgs.BeaconDevice; Device.Set (foundBeaconArgs.BeaconDevice); }