reakt-native-toolkit
0.11.0
android
common
ios
reakt-native-toolkit
/
de.voize.reaktnativetoolkit.util
/
EventEmitter
Event
Emitter
interface
EventEmitter
Functions
Properties
Extensions
Inheritors
Functions
send
Event
Link copied to clipboard
abstract
fun
sendEvent
(
eventName
:
String
)
abstract
fun
sendEvent
(
eventName
:
String
,
params
:
Any
?
)
Properties
has
Listeners
Link copied to clipboard
abstract
val
hasListeners
:
Flow
<
Boolean
>
Inheritors
EventEmitterAndroid
Link copied to clipboard
EventEmitterIOS
Link copied to clipboard
Extensions
send
Event
Json
Link copied to clipboard
inline
fun
<
T
>
EventEmitter
.
sendEventJson
(
eventName
:
String
,
params
:
T
)