Пример #1
0
 private void ExitRegion(object s, MonitorEventArgs e)
 {
     RunOnUiThread(() =>
     {
         textStatus.SetTextColor(Android.Graphics.Color.Blue);
         textStatus.Text = "Searching";
     });
 }
Пример #2
0
 private void EnterRegion(object s, MonitorEventArgs e)
 {
     RunOnUiThread(() =>
     {
         textStatus.SetTextColor(Android.Graphics.Color.Green);
         textStatus.Text = "Beacon detected";
     });
 }
Пример #3
0
 private void ExitRegion(object s, MonitorEventArgs e)
 {
     RunOnUiThread(() =>
     {
         textStatus.SetTextColor(Android.Graphics.Color.Blue);
         textStatus.Text = "Searching";
     });
 }
Пример #4
0
 private void EnterRegion(object s, MonitorEventArgs e)
 {
     RunOnUiThread(() =>
     {
         textStatus.SetTextColor(Android.Graphics.Color.Green);
         textStatus.Text = "Beacon detected";
     });
 }