waltid-openid4vc-wallet-mobile
Toggle table of contents
1.0.0-SNAPSHOT
ios
Target filter
ios
Switch theme
Search in API
Skip to content
waltid-openid4vc-wallet-mobile
waltid-openid4vc-wallet-mobile
/
id.walt.wallet2.mobile.swiftinterop
/
WalletBridgeResult
/
Success
Success
ios
data
class
Success
<
T
>
(
val
value
:
T
)
:
WalletBridgeResult
<
T
>
Successful bridge operation result.
Members
Constructors
Success
Link copied to clipboard
ios
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
ios
val
value
:
T
Value returned by the wallet operation.