setCheckInConfig

suspend fun setCheckInConfig(checkInRequest: CheckInConfig): Response<Boolean>

Configures the check-in settings on the connected device.

This method updates the check-in message and recipient settings on the device and persists the configuration in local storage if the request is successful.

Return

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

Parameters

checkInRequest

The check-in configuration to apply to the device.