ExtendedChannelCommands

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

Known direct subclasses
ExtendedChannel

API for the ExtendedChannel trait.


Commands for the ExtendedChannel trait.

Summary

Public functions

suspend Unit

Return to the last/previous channel the user was on.

BatchableCommand<Unit>

The batchable version of returnChannel command.

Public functions

returnChannel

suspend fun returnChannel(): Unit

Return to the last/previous channel the user was on.

returnChannelBatchable

fun returnChannelBatchable(): BatchableCommand<Unit>

The batchable version of returnChannel command.

Return to the last/previous channel the user was on.

Returns
BatchableCommand<Unit>

BatchableCommand