AndroidSDK
Toggle table of contents
2.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
AndroidSDK
CorePayments
/
com.paypal.android.corepayments
/
CaptureDeepLinkResult
Capture
Deep
Link
Result
sealed
class
CaptureDeepLinkResult
Inheritors
Success
Failure
Ignore
Members
Types
Failure
Link copied to clipboard
data
class
Failure
(
val
reason
:
PayPalSDKError
)
:
CaptureDeepLinkResult
Ignore
Link copied to clipboard
data
class
Ignore
(
val
debugMessage
:
String
)
:
CaptureDeepLinkResult
Success
Link copied to clipboard
data
class
Success
(
val
deepLink
:
DeepLink
)
:
CaptureDeepLinkResult