sendReadAcknowledge

abstract fun sendReadAcknowledge(alertTemplate: AlertTemplate)

Sends a "read acknowledgment" for a received alert.

This method notifies the alert system that a specific alert has been read by the user. It helps keep track of user interactions with emergency notifications.

Parameters

alertTemplate

The AlertTemplate object that represents the alert being acknowledged.