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
/
DappImage
Dapp
Image
data
class
DappImage
(
val
id
:
String
,
val
filename
:
String
,
val
data
:
String
)
Members
Constructors
Dapp
Image
Link copied to clipboard
constructor
(
id
:
String
,
filename
:
String
,
data
:
String
)
Properties
data
Link copied to clipboard
val
data
:
String
filename
Link copied to clipboard
val
filename
:
String
id
Link copied to clipboard
val
id
:
String