toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.events
/
EventDispatcher
Event
Dispatcher
class
EventDispatcher
Members
Constructors
Event
Dispatcher
Link copied to clipboard
constructor
(
)
Properties
event
Flow
Link copied to clipboard
val
eventFlow
:
MutableSharedFlow
<
Event
>
Functions
publisher
Link copied to clipboard
inline
fun
<
EventType
:
Event
>
publisher
(
eventType
:
Class
<
EventType
>
)
:
Flow
<
EventType
>
trigger
Link copied to clipboard
fun
trigger
(
event
:
Event
)