You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
定义的类:
sealed class ResponseData<out T : Any?> {
data class OnSuccess(val result: T?) : ResponseData()
data class OnFailed(val throwable: Throwable, val errorCode: Int = 0) : ResponseData()
}
The text was updated successfully, but these errors were encountered:
定义的类:
sealed class ResponseData<out T : Any?> {
data class OnSuccess(val result: T?) : ResponseData()
data class OnFailed(val throwable: Throwable, val errorCode: Int = 0) : ResponseData()
}
The text was updated successfully, but these errors were encountered: