GeofencePlugin icon indicating copy to clipboard operation
GeofencePlugin copied to clipboard

Not getting notifications, StayedInThresholdDuration not working properly

Open rajuskvt opened this issue 4 years ago • 0 comments

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 });

rajuskvt avatar May 12 '20 16:05 rajuskvt