You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not getting notifications, StayedInThresholdDuration not working properly
Entry and OnStay methods hitting at the same time check below code please
CrossGeofence.Current.StartMonitoring(new GeofenceCircularRegion("My Region", 10.8505, 76.2711, 52220)
{
//To get notified if user stays in region for at least 5 minutes
NotifyOnStay = true,
NotificationEntryMessage="New food venue located",
NotificationStayMessage="Hey john new beverage with same price.",
NotificationExitMessage="Thanks for visiting",
StayedInThresholdDuration = TimeSpan.FromMinutes(5),
ShowNotification=true
});
The text was updated successfully, but these errors were encountered:
Not getting notifications, StayedInThresholdDuration not working properly
Entry and OnStay methods hitting at the same time check below code please
CrossGeofence.Current.StartMonitoring(new GeofenceCircularRegion("My Region", 10.8505, 76.2711, 52220)
{
//To get notified if user stays in region for at least 5 minutes
NotifyOnStay = true,
NotificationEntryMessage="New food venue located",
NotificationStayMessage="Hey john new beverage with same price.",
NotificationExitMessage="Thanks for visiting",
StayedInThresholdDuration = TimeSpan.FromMinutes(5),
ShowNotification=true
});
The text was updated successfully, but these errors were encountered: