droid-mcp
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
droid-mcp
droid-mcp-overlay
/
io.droidmcp.overlay
/
OverlayConfig
/
OverlayConfig
Overlay
Config
constructor
(
label
:
String
?
=
null
,
iconRes
:
Int
?
=
null
,
onClick
:
(
)
->
Unit
,
onLongPress
:
(
)
->
Unit
?
=
null
,
onDragEnd
:
(
x
:
Int
,
y
:
Int
)
->
Unit
?
=
null
)