Response

class Response<T>

Simple wrapper class to provide network state management for an object.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum Status : Enum<Response.Status>

Properties

Link copied to clipboard
val data: T?
Link copied to clipboard
val msg: String?
Link copied to clipboard
val status: Response.Status