Package com.adyen.checkout.dropin
Class SessionDropInResult
-
- All Implemented Interfaces:
public class SessionDropInResultA class that contains the final result of Drop-in.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionDropInResult.CancelledByUserDrop-in was dismissed by the user before it has completed.
public final classSessionDropInResult.ErrorDrop-in has encountered an error.
Two scenarios could trigger this result:
An exception occurred during Drop-in.
DropInServiceResult.Error was returned in your implementation of SessionDropInService. In this case, the reason parameter will have the same value as DropInServiceResult.Error.reason.
public final classSessionDropInResult.FinishedDrop-in has completed. This occurs after the payment is finished.
-