MeetingTimeRemainingOptions

data class MeetingTimeRemainingOptions(val timeRemainingMillis: Int, val showAlert: ShowAlert? = null, val eventType: EventType)

Constructors

Link copied to clipboard
constructor(timeRemainingMillis: Int, showAlert: ShowAlert? = null, eventType: EventType)

Properties

Link copied to clipboard
Link copied to clipboard
val showAlert: ShowAlert? = null
Link copied to clipboard