Beispiel #1
0
 private void OnUpdateUICount(object sender, BluetoothResultViewModel bluetoothResultViewModel)
 {
     RunOnUiThread(() =>
     {
         SetCount(bluetoothResultViewModel);
     });
 }
Beispiel #2
0
 private void SetCount(BluetoothResultViewModel bluetoothResultViewModel)
 {
     _numberCounterTextView.Text = bluetoothResultViewModel.NumberOfContacts;
     _lastUpdatedTextView.Text   = ProximityStatusViewModel.PROXIMITY_LAST_UPDATED_TEXT;
 }