Table of Contents

GlassNotificationManager::newNotification

There is no doc-string available for this function.

Syntax

script GlassNotificationManager::newNotification(string %title, string %text, string %image, string %darkMode);

Parameters

string %title
No description available.

string %text
No description available.

string %image
No description available.

string %darkMode
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/System_BlocklandGlass/client/GlassNotificationManager.cs:23

See also

GlassNotificationManager::condense
GlassNotificationManager::destroyAll
GlassNotificationManager::dismissAll
GlassNotificationManager::init
GlassNotificationManager::refocus
GlassNotificationManager::tick

References

This function is not called by any other functions.