Fireblocks Embedded Wallet SDK Documentation
Toggle table of contents
1.0.0
Fireblocks Embedded Wallet SDK
Platform filter
Fireblocks Embedded Wallet SDK
Switch theme
Search in API
Fireblocks Embedded Wallet SDK Documentation
Fireblocks Embedded Wallet SDK Documentation
/
com.fireblocks.sdk.ew.models
/
Web3ConnectionSessionMetadata
Web3Connection
Session
Metadata
data
class
Web3ConnectionSessionMetadata
(
val
appUrl
:
String
?
=
null
,
val
appName
:
String
?
=
null
,
val
appDescription
:
String
?
=
null
,
val
appIcon
:
String
?
=
null
)
Members
Constructors
Web3Connection
Session
Metadata
Link copied to clipboard
constructor
(
appUrl
:
String
?
=
null
,
appName
:
String
?
=
null
,
appDescription
:
String
?
=
null
,
appIcon
:
String
?
=
null
)
Properties
app
Description
Link copied to clipboard
val
appDescription
:
String
?
=
null
app
Icon
Link copied to clipboard
val
appIcon
:
String
?
=
null
app
Name
Link copied to clipboard
val
appName
:
String
?
=
null
app
Url
Link copied to clipboard
val
appUrl
:
String
?
=
null