Finished

constructor(result: String, finishedDialog: FinishedDialog? = null)

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.