OpenMeet
OpenMeet
/
com.openmeet.utils
/
VolleyResponseCallback
Volley
Response
Callback
interface
VolleyResponseCallback
This interface is used to manage the response of the VolleyRequestSender
Author
Yuri Brandi
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
error
:
String
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
response
:
String
)