Compose Native Tray Library
Toggle table of contents
0.5.4
jvm
Platform filter
jvm
Switch theme
Search in API
Compose Native Tray Library
Compose Native Tray Library
/
com.kdroid.composetray.tray.impl
/
WindowsTrayInitializer
/
initialize
initialize
fun
initialize
(
iconPath
:
String
,
tooltip
:
String
,
onLeftClick
:
(
)
->
Unit
?
=
null
,
menuContent
:
TrayMenuBuilder
.
(
)
->
Unit
?
=
null
)