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