kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
hosted-webview
/
com.siddharth.kmp.provider.hostedwebview
/
HostedReturnOutcome
Hosted
Return
Outcome
sealed
interface
HostedReturnOutcome
The terminal outcome detected from a return-URL redirect inside the hosted checkout WebView.
Inheritors
Success
Failure
Cancelled
Members
Types
Cancelled
Link copied to clipboard
data
object
Cancelled
:
HostedReturnOutcome
Failure
Link copied to clipboard
data
class
Failure
(
val
reason
:
String
?
)
:
HostedReturnOutcome
Success
Link copied to clipboard
data
class
Success
(
val
paymentId
:
String
?
)
:
HostedReturnOutcome