ChannelTrait.ChangeChannelCommand.Response

class ChannelTrait.ChangeChannelCommand.Response


The status of the ChangeChannel command.

Summary

Public constructors

Creates a response payload from the ChangeChannel command.

Public properties

String?

App-specific data pertaining to the ChangeChannel command.

ChannelTrait.StatusEnum

The status of the ChangeChannel command.

Public constructors

Response

Response(
    status: ChannelTrait.StatusEnum = StatusEnum.Success,
    data: String? = null
)

Creates a response payload from the ChangeChannel command.

Public properties

data

val dataString?

App-specific data pertaining to the ChangeChannel command.

status

val statusChannelTrait.StatusEnum

The status of the ChangeChannel command.