Package money.zumo.zumokit
Interface StringifiedJsonCallback
-
public interface StringifiedJsonCallback
Callback used by methods inUser
class..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(java.lang.Exception e)
void
onSuccess(java.lang.String stringifiedJson)
-