onUpdateAlert

abstract fun onUpdateAlert(alerts: Alerts, updateAlert: Alert)

Performs any actions that could be required when a new Alert is received.

Parameters

alerts

Alerts service.

updateAlert

Received update for specified alert.