ScfLiveData

data class ScfLiveData(viewModelType: ViewModelType, domain: String, screenId: String)

음성 서비스 서버로 부터 전달 받은 정보를 Parsing 한 Data Class 이다.

See also

Parameters

viewModelType

현재 전달된 응답의 ViewModelType 정보

domain

현재 전달된 응답의 도메인 정보

screenId

현재 전달된 응답의 ScreenId 정보

Constructors

ScfLiveData
Link copied to clipboard
fun ScfLiveData(viewModelType: ViewModelType, domain: String, screenId: String)
현재 전달된 응답의 ViewModelType 정보

Properties

agentData
Link copied to clipboard
var agentData: AgentData? = null
cargoFreezerData
Link copied to clipboard
var cargoFreezerData: CargoFreezerData? = null
carQnaData
Link copied to clipboard
var carQnaData: CarQnaData? = null
communicationData
Link copied to clipboard
var communicationData: CommunicationData? = null
consoleData
Link copied to clipboard
var consoleData: ConsoleData? = null
domain
Link copied to clipboard
val domain: String
현재 전달된 응답의 도메인 정보
duration
Link copied to clipboard
var duration: Long = 0L
naviData
Link copied to clipboard
var naviData: ResponseNaviData
radioData
Link copied to clipboard
var radioData: RadioData? = null
resultResponse
Link copied to clipboard
var resultResponse: ContentsResponse
routeInfo
Link copied to clipboard
var routeInfo: ResponseRouteInfo
screenId
Link copied to clipboard
val screenId: String
현재 전달된 응답의 ScreenId 정보
screenInfo
Link copied to clipboard
var screenInfo: ScreenInfo
selectedIndex
Link copied to clipboard
var selectedIndex: Int
selectedWayPoint
Link copied to clipboard
var selectedWayPoint: Int
showNavigation
Link copied to clipboard
var showNavigation: Boolean = false
ucData
Link copied to clipboard
var ucData: UCData
viewModelType
Link copied to clipboard
val viewModelType: ViewModelType
현재 전달된 응답의 ViewModelType 정보
weatherData
Link copied to clipboard
var weatherData: WeatherData? = null
welcomeData
Link copied to clipboard
var welcomeData: WelcomeData? = null