NativeEventEmitterModule.EmitFactory Method (Func<Context, object[]> (Context))
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