Compose Native Tray Library
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Compose Native Tray Library
Compose Native Tray Library
/
com.kdroid.composetray.utils
/
TrayClickPosition
Tray
Click
Position
data
class
TrayClickPosition
(
val
x
:
Int
,
val
y
:
Int
,
val
position
:
TrayPosition
)
Members
Constructors
Tray
Click
Position
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
position
:
TrayPosition
)
Properties
position
Link copied to clipboard
val
position
:
TrayPosition
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int