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

JSONRequest

open class JSONRequest : Request<String>

Constructors

<init>

JSONRequest(url: String, method: String)

Properties

body

open var body: String?

Inheritors

TrackRequest

Track API のリクエスト情報を保持するクラスです。

class TrackRequest : JSONRequest