Package com.adyen.checkout.dropin
Class DropInResult.Finished
-
- All Implemented Interfaces:
public final class DropInResult.Finished extends DropInResult
Drop-in has completed. This occurs after returning DropInServiceResult.Finished in your implementation of DropInService.
-
-
Constructor Summary
Constructors Constructor Description DropInResult.Finished(String result)
-
Method Summary
-
-
Constructor Detail
-
DropInResult.Finished
DropInResult.Finished(String result)
- Parameters:
result- The result of Drop-in, mirrors the value of DropInServiceResult.Finished.result.
-
-
-
-