okcore / winkit.android.okcore.rest / JsonObjectCallback / Secure
Secure
abstract class Secure<T> :
JsonObjectCallback
Constructors
Name | Summary |
---|---|
<init> | Secure(callback: ParsedCallback < T >) |
Functions
Name | Summary |
---|---|
onFailure | open fun onFailure(e: Exception ?): Unit |
onResponse | fun onResponse(json: JSONObject ?): Unit |
onSecureResponse | abstract fun onSecureResponse(json: JSONObject ): T ? |
Inherited Functions
Name | Summary |
---|---|
onFailure | fun onFailure(call: Call?, e: IOException ?): Unit |
onResponse | fun onResponse(call: Call?, response: Response?): Unit |