SoundDataModel

data class SoundDataModel(val playImmediately: Boolean, val audioEntry: AudioEntry? = null, val overrideMute: Boolean? = null, val audioEntries: AudioEntries? = null, val priority: Int? = null)

Constructors

Link copied to clipboard
constructor(playImmediately: Boolean, audioEntry: AudioEntry? = null, overrideMute: Boolean? = null, audioEntries: AudioEntries? = null, priority: Int? = null)

Properties

Link copied to clipboard
val audioEntries: AudioEntries? = null
Link copied to clipboard
val audioEntry: AudioEntry? = null
Link copied to clipboard
val overrideMute: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val priority: Int? = null