IAlertNotificationListener

Listener interface for receiving real-time alert notifications.

Implement this interface to listen for incoming alert notifications and handle them in your application.

Functions

Link copied to clipboard
abstract fun onAlertNotificationReceived(alertTemplate: AlertTemplate)

Triggered when an alert notification is received.