toggle menu
viewmodel-pilot
0.3.3-SNAPSHOT
common
switch theme
search in API
components
/
com.mirego.pilot.components
/
PilotRemoteImage
Pilot
Remote
Image
data
class
PilotRemoteImage
(
val
url
:
String
?
,
val
placeholder
:
PilotImageResource
?
,
val
contentDescription
:
String
?
=
null
)
Members
Constructors
Pilot
Remote
Image
Link copied to clipboard
constructor
(
url
:
String
?
,
placeholder
:
PilotImageResource
?
,
contentDescription
:
String
?
=
null
)
Properties
content
Description
Link copied to clipboard
val
contentDescription
:
String
?
=
null
placeholder
Link copied to clipboard
val
placeholder
:
PilotImageResource
?
url
Link copied to clipboard
val
url
:
String
?