Delegate NotificationDelegate
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
Used by the avalonia GL control to listen for notification coming from the model.
These notification will displayed using gui notification manager.
public delegate void NotificationDelegate(string title, string msg, GLNotificationType type = GLNotificationType.Information)
Parameters
titlestringTitle of notification.
msgstringMessage of notification.
typeGLNotificationTypeIcon/color type of notification.