NativeEventEmitterModule.EmitFactory<T> Method (Func<Context, T, object[]> (Context, T), T)
Call emit
on the underlying JS EventEmitter with factory-generated arguments.
The argsFactory
parameter will be called on the JS
thread with a valid context, allowing us to use it to
generate the arguments to emit
.
Location
- Namespace
- Fuse.Scripting
- Package
- Fuse.Scripting 2.9.1
Parameters
- argsFactory
- t
-
T