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
/
LinuxTrayInitializer
/
initialize
initialize
fun
initialize
(
iconPath
:
String
,
tooltip
:
String
,
primaryAction
:
(
)
->
Unit
?
,
primaryActionLinuxLabel
:
String
,
menuContent
:
TrayMenuBuilder
.
(
)
->
Unit
?
)