Finished
class Finished(val result: String, val finishedDialog: FinishedDialog? = null) : DropInServiceResult
A call to /payments or /payments/details was successful and the checkout flow is finished. This does not necessarily mean that the payment was authorized, it can simply indicate that all the necessary network calls were made without any exceptions or unexpected errors.
Parameters
result
The final result of the checkout flow. You will receive this value back in your DropInCallback class. This value is not used internally by Drop-in.
finishedDialog
If set, a dialog will be shown with the data passed in FinishedDialog. If null, no dialog will be displayed.