hi Fuse Community hope you guys all good, thanks for this great technology, what does
base(true,“receivedMessage”,“registrationSucceeded”)
base() mean
please, guys, help me to understand no more, thank you very much
[UXGlobalModule]
public sealed class NotificationModule : NativeEventEmitterModule
{
static readonly NotificationModule _instance;
readonly iOSImpl _iOSImpl;
static NativeEvent _onRegistrationSucceedediOS; public NotificationModule()
: base(true,
“receivedMessage”,
“registrationSucceeded”)
{ … }
…
…
…
}