okcore / winkit.android.okcore.rest / StringCallback
StringCallback
abstract class StringCallback : Callback
Types
| Name | Summary |
|---|---|
| Secure | abstract class Secure<T> : StringCallback |
Constructors
| Name | Summary |
|---|---|
| <init> | StringCallback() |
Functions
| Name | Summary |
|---|---|
| onFailure | fun onFailure(call: Call?, e: IOException?): Unitabstract fun onFailure(e: Exception?): Unit |
| onResponse | fun onResponse(call: Call?, response: Response?): Unitabstract fun onResponse(response: String?): Unit |
Companion Object Functions
| Name | Summary |
|---|---|
| parseSync | fun parseSync(response: Response?): String? |
Inheritors
| Name | Summary |
|---|---|
| Secure | abstract class Secure<T> : StringCallback |