com.mapsted.alerts.AlertsManagerImpl.UserAtLocationCallback |
Callback for scheduled alert triggers when user is at the location.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onNotifyAlert(ScheduledAlert scheduledAlert, boolean autoDismiss)
This callback method gets called when a scheduled alert at the user location is triggered (as per criteria set on server)
|
This callback method gets called when a scheduled alert at the user location is triggered (as per criteria set on server)
scheduledAlert | the alert that triggered |
---|---|
autoDismiss | autodismiss value as setup from server. you can use this value to dismiss notification automatically. |