[#node-ReadNotificationArgs] = xref:node.adoc[node]::ReadNotificationArgs :relfileprefix: ../ :mrdocs: Apply notification‐related options from the argument manager. == Synopsis Declared in `<node/kernel_notifications.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ReadNotificationArgs( xref:ArgsManager.adoc[ArgsManager] const& args, xref:node/KernelNotifications.adoc[KernelNotifications]& notifications); ---- == Parameters [cols="1,4"] |=== | Name| Description | *args* | Argument manager holding the parsed settings. | *notifications* | The notification handler to configure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#