Radio Data
data class RadioData(band: String?, channelInfo: MutableList<ChannelInfo>?, selectNum: Int?)
Content copied to clipboard
Radio 도메인 관련 발화에 대한 응답으로 앱에 전달되는 Data Class
Constructors
RadioData
Link copied to clipboard
fun RadioData(band: String? = null, channelInfo: MutableList<ChannelInfo>? = null, selectNum: Int? = null)
Content copied to clipboard