checkInAck

suspend fun checkInAck(checkInAckRequest: CheckInAck): Response<Boolean>

Acknowledges a check-in message from the device.

This method sends confirmation to the device that a check-in message 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

checkInAckRequest

The acknowledgment request containing details about the check-in.