RadioData

data class RadioData(band: String?, channelInfo: MutableList<ChannelInfo>?, selectNum: Int?)

Radio 도메인 관련 발화에 대한 응답으로 앱에 전달되는 Data Class

Constructors

RadioData
Link copied to clipboard
fun RadioData(band: String? = null, channelInfo: MutableList<ChannelInfo>? = null, selectNum: Int? = null)

Properties

band
Link copied to clipboard
val band: String? = null
FM/AM
channelInfo
Link copied to clipboard
val channelInfo: MutableList<ChannelInfo>? = null
채널 정보
selectNum
Link copied to clipboard
val selectNum: Int? = null
유저가 채널 리스트에서 발화나 터치로 선택한 위치