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