sendReceivedAcknowledge

abstract fun sendReceivedAcknowledge(alertTemplate: AlertTemplate)

Sends a "received acknowledgment" for a received alert.

This method confirms to the alert system that a specific alert has been received by the user's device. This acknowledgment is typically sent automatically when an alert is delivered.

Parameters

alertTemplate

The AlertTemplate object representing the alert being acknowledged.