Package-level declarations
Types
Link copied to clipboard
interface DirtyEventDao
Link copied to clipboard
data class DirtyMeetingEventItem(val id: String = UUID.randomUUID().toString(), val data: SDKEvent, val ttl: Long)
DirtyMeetingEventItem is a data type of an entry inside DirtyEvents Sqlite table.
Link copied to clipboard
EventTypeConverters facilitate the conversion on some common event types
Link copied to clipboard
object IngestionEventConverter
Link copied to clipboard
MeetingEventItem is a data type of an entry inside Events SQLite table.