Package money.zumo.zumokit
Interface AuthenticationConfigCallback
-
public interface AuthenticationConfigCallback
Callback interface used by methods inZumoKit
class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(java.lang.Exception e)
void
onSuccess(AuthenticationConfig authenticationConfig)
-
-
-
Method Detail
-
onError
void onError(java.lang.Exception e)
-
onSuccess
void onSuccess(AuthenticationConfig authenticationConfig)
-
-