Package com.adyen.checkout.dropin
Class DropInResult
-
- All Implemented Interfaces:
public class DropInResultA class that contains the final result of Drop-in.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDropInResult.CancelledByUserDrop-in was dismissed by the user before it has completed.
public final classDropInResult.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 DropInService. In this case, the reason parameter will have the same value as DropInServiceResult.Error.reason.
public final classDropInResult.FinishedDrop-in has completed. This occurs after returning DropInServiceResult.Finished in your implementation of DropInService.
-