viewmodel-pilot
Toggle table of contents
0.4.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
viewmodel-pilot
components
/
com.mirego.pilot.components.content
Package-level
declarations
Types
Types
Pilot
Local
Image
Content
Link copied to clipboard
open
class
PilotLocalImageContent
(
val
imageResource
:
PilotImageResource
,
val
contentDescription
:
String
?
=
null
)
Pilot
Text
Image
Content
Link copied to clipboard
data
class
PilotTextImageContent
(
val
text
:
String
,
val
image
:
PilotLocalImageContent
?
=
null
)