Package-level declarations

Types

Link copied to clipboard
data class BullittConfig(val userId: Long, val checkInMessage: String = "Check In:", val checkInNumber: Long = 0, val buildMode: BullittConfig.BuildMode = BuildMode.PROD, val setUserIdToServer: Boolean = true)

Configuration data class for the Bullitt SDK.

Link copied to clipboard
data class DevicePairingInfo(val imsi: String)

Data class representing device pairing information used during the device linking process.

Link copied to clipboard
sealed class Response<T>

Generic response wrapper for SDK operations.

Link copied to clipboard
data class SatDevice(val deviceType: SatDevice.DeviceType, val id: String, val name: String)

Represents a satellite-capable device in the system.

Link copied to clipboard
sealed class StreamResponse<T>

Response wrapper specifically for streaming operations in the SDK.