BeepDirective
data class BeepDirective(val header: Header, val payload: BeepDirective.Payload)
Content copied to clipboard
Constructors
Types
Link copied to clipboard
Link copied to clipboard
data class Payload(val playServiceId: String, val beepName: SoundProvider.BeepName)
Content copied to clipboard