Pinned Loading
-
-
[Kotlin] Resource data class
[Kotlin] Resource data class 1data class Resource<out T>(val status: Status, val data: T?, val message: String?) {
23enum class Status {
4SUCCESS,
5ERROR,
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.