Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data
/
Dapp
Dapp
data
class
Dapp
(
val
id
:
String
,
val
contracts
:
List
<
Contract
>
,
val
name
:
String
,
val
image
:
DappImage
)
Members
Constructors
Dapp
Link copied to clipboard
constructor
(
id
:
String
,
contracts
:
List
<
Contract
>
,
name
:
String
,
image
:
DappImage
)
Properties
contracts
Link copied to clipboard
val
contracts
:
List
<
Contract
>
id
Link copied to clipboard
val
id
:
String
image
Link copied to clipboard
val
image
:
DappImage
name
Link copied to clipboard
val
name
:
String