CheckInConfig

@Serializable
data class CheckInConfig(val recipientNumber: Long, val message: String) : BleDeviceRequest

Represents a request to configure check-in message settings in the BLE Satellite Protocol by Tinno.

This class encapsulates the settings for customizing check-in functionality on satellite devices, including who should receive check-in messages and what text they should contain. Check-in messages allow users to send location updates with a message to pre-determined contact with the click of a button

See also

Constructors

Link copied to clipboard
constructor(recipientNumber: Long, message: String)

Properties

Link copied to clipboard

The text content to be sent in check-in messages.

Link copied to clipboard

The phone number of the recipient who should receive check-in messages. Typically represented as a numeric mobile number (e.g., 11234567890 for the formatted number +1 123 456 7890).

Link copied to clipboard

The operation code that identifies the type of request.