sendAlertFeedback
abstract fun sendAlertFeedback(deviceId: String, alertId: String, answerId: String, listener: RainbowListener<Unit, Unit>)
Sends feedback in response to an alert.
This method allows users to send a response to an alert, such as answering a question or providing feedback requested by the alert sender.
Parameters
deviceId
The unique identifier of the AlertDevice sending the feedback.
alertId
The unique identifier of the alert for which feedback is being sent.
answerId
The identifier of the user's response or feedback.
listener
A RainbowListener that will confirm success of the feedback submission, or an error if the operation fails.