inappmessaging / io.karte.android.utilities.http / Response

Response

open class Response

Constructors

<init>

Response(code: Int, headers: Map<String, List<String>>, body: String)

Properties

body

val body: String

code

val code: Int

headers

val headers: Map<String, List<String>>

isMaintenance

val isMaintenance: Boolean

isSuccessful

val isSuccessful: Boolean

Functions

toString

open fun toString(): String

Inheritors

TrackResponse

Track API のレスポンス情報を保持する構造体です。

class TrackResponse : Response