ChimeCommands

@Generated(value = ["GoogleHomePlatformCodegen"])
interface ChimeCommands

Known direct subclasses
Chime

API for the Chime trait.


Commands for the Chime trait.

Summary

Public functions

suspend Unit

Play the currently selected chime.

BatchableCommand<Unit>

The batchable version of playChimeSound command.

Public functions

playChimeSound

suspend fun playChimeSound(optionalArgs: ChimeTrait.PlayChimeSoundCommand.OptionalArgs.() -> Unit = {}): Unit

Play the currently selected chime.

Parameters
optionalArgs: ChimeTrait.PlayChimeSoundCommand.OptionalArgs.() -> Unit = {}

Receiver for the optional arguments of this command

playChimeSoundBatchable

fun playChimeSoundBatchable(optionalArgs: ChimeTrait.PlayChimeSoundCommand.OptionalArgs.() -> Unit = {}): BatchableCommand<Unit>

The batchable version of playChimeSound command.

Play the currently selected chime.

Parameters
optionalArgs: ChimeTrait.PlayChimeSoundCommand.OptionalArgs.() -> Unit = {}

Receiver for the optional arguments of this command

Returns
BatchableCommand<Unit>

BatchableCommand