viewModelScope.launch { kotlin.runCatching { repository.getNecessaryData(this) } .onSuccess { liveData.postValue(ViewState.Success(it)) } .
確定! 回上一頁