Call Response
Parameters
body
The response body.
message
Bitly error message, if any.
description
Bitly error description, if any.
status Code
HTTP status code,
Constructors
Link copied to clipboard
fun CallResponse(body: String = Constants.EMPTY_JSON, message: String = "", description: String = "", statusCode: Int = -1)