sosCloseAck

suspend fun sosCloseAck(sosCloseAckRequest: SosCloseAck): Response<Boolean>

Acknowledges the closing of an SOS incident to the device.

This method sends confirmation to the device that an SOS termination has been received and processed.

Return

A Response containing a Boolean indicating success or failure of the acknowledgment, or an error when the request fails.

Parameters

sosCloseAckRequest

The acknowledgment request containing details about the closed SOS incident.