public interface SessionDelegate
Modifier and Type | Method and Description |
---|---|
void |
authorizationFailed(Authorize authorize) |
void |
authorizationSucceed(Authorize authorize) |
void |
cardSaved(Charge charge) |
void |
cardSavingFailed(Charge charge) |
void |
cardTokenizedSuccessfully(java.lang.String token) |
void |
paymentFailed(Charge charge) |
void |
paymentSucceed(Charge charge) |
void |
sdkError(GoSellError goSellError) |
void |
sessionCancelled() |
void |
sessionFailedToStart() |
void |
sessionHasStarted() |
void |
sessionIsStarting() |
void paymentSucceed(@NonNull Charge charge)
void paymentFailed(@Nullable Charge charge)
void authorizationSucceed(@NonNull Authorize authorize)
void authorizationFailed(Authorize authorize)
void cardSaved(@NonNull Charge charge)
void cardSavingFailed(@NonNull Charge charge)
void cardTokenizedSuccessfully(@NonNull java.lang.String token)
void sdkError(@Nullable GoSellError goSellError)
void sessionIsStarting()
void sessionHasStarted()
void sessionCancelled()
void sessionFailedToStart()