Example #1
0
 void EnteredRegion(object sender, MonitorEventArgs e)
 {
     if (_paused)
     {
         ShowNotification();
     }
 }
		void ExitedRegion(object sender, MonitorEventArgs e)
		{
		}
		void EnteredRegion(object sender, MonitorEventArgs e)
		{
			if(_paused)
			{
				ShowNotification();
			}
		}
Example #4
0
 void ExitedRegion(object sender, MonitorEventArgs e)
 {
 }
 void ExitedRegion(object sender, MonitorEventArgs e)
 {
     RunOnUiThread(() => Toast.MakeText(this, "No beacons visible", ToastLength.Short).Show());
 }
 void ExitedRegion(object sender, MonitorEventArgs e)
 {
     RunOnUiThread(() => Toast.MakeText(this, "No beacons visible", ToastLength.Short).Show());
 }