CallResponse

data class CallResponse(val body: String = Constants.EMPTY_JSON, val resultCode: Int = -1)(source)

Provides a data class to hold the JSON response.

Constructors

Link copied to clipboard
fun CallResponse(body: String = Constants.EMPTY_JSON, resultCode: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard