DirtyMeetingEventItem

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.

Constructors

Link copied to clipboard
constructor(id: String = UUID.randomUUID().toString(), data: SDKEvent, ttl: Long)

Properties

Link copied to clipboard

data/meeting event associated with the entry

Link copied to clipboard
val id: String

unique id of the database entry

Link copied to clipboard
val ttl: Long

lifetime of that entry that will be checked when ingestion service runs