public static interface

AlertsManagerImpl.UserAtLocationCallback

com.mapsted.alerts.AlertsManagerImpl.UserAtLocationCallback

Class Overview

Callback for scheduled alert triggers when user is at the location.

Summary

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)

Public Methods

public 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)

Parameters
scheduledAlert the alert that triggered
autoDismiss autodismiss value as setup from server. you can use this value to dismiss notification automatically.