Example #1
0
		async void AddOccurence (GeofenceDatabase db)
		{
			try {
				await db.AddOccurence (DateTime.UtcNow);
			} catch (Exception e) {
					Android.Util.Log.Error ("CytotemGeofence", e.ToString ());
			}
		}