HostedReturnOutcome

sealed interface HostedReturnOutcome

The terminal outcome detected from a return-URL redirect inside the hosted checkout WebView.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Failure(val reason: String?) : HostedReturnOutcome
Link copied to clipboard
data class Success(val paymentId: String?) : HostedReturnOutcome