コード例 #1
0
 void EnteredRegion(object sender, MonitorEventArgs e)
 {
     if (isPaused)
     {
         ShowNotification();
     }
 }
コード例 #2
0
 void ExitedRegion(object sender, MonitorEventArgs e)
 {
     RunOnUiThread(() => Toast.MakeText(this, "No tokens visible", ToastLength.Short).Show());
     UpdateDisplay("No tokens found", Color.Black, Color.Gray);
 }