RecordPauseTimerOptions

data class RecordPauseTimerOptions(val stop: Boolean = false, val isTimerRunning: Boolean, val canPauseResume: Boolean, val showAlert: ShowAlert?)

Options for controlling the recording timer, allowing pause and resume actions.

Constructors

Link copied to clipboard
constructor(stop: Boolean = false, isTimerRunning: Boolean, canPauseResume: Boolean, showAlert: ShowAlert?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val stop: Boolean = false