GetResourceName
Gets the name of the currently active notification system.
Syntax:
Bridge.Notify.GetResourceName()Example:
local Bridge = exports['community_bridge']:Bridge()
local notifySystem = Bridge.Notify.GetResourceName()
print("Using notification system: " .. notifySystem)Last updated