Package-level declarations

Types

Link copied to clipboard
data class InteractionDataEntity(val id: Long = 0, val type: String, val details: Map<String, Any>, val timestamp: Long, val userId: String)

Room Entity representing a piece of user interaction data. This class is specific to the Room persistence layer.

Link copied to clipboard
data class KarlContainerStateEntity(val userId: String, val stateData: ByteArray, val version: Int)

Room Entity representing the persisted state of a KarlContainer for a specific user. This class is specific to the Room persistence layer.

Link copied to clipboard

Stub MapConverter for build purposes until Room KMP is properly configured