Skip to content

Automatically display and fade out subtle notifications

Notifications You must be signed in to change notification settings

philsch91/NotificationKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotificationKit

Create and display notifications to the user

Classes

  • NKNotification
  • NKNotificationWindow
  • NKNotificationManager

Enums

  • NKNotificationLevel
//create and start an instance of NKNotificationManager
//that automatically creates, displays and closes one or more NKNotificationWindows

NKNotificationManager manager = new NKNotificationManager();
manager.Start();

//create a notification with a message that gets displayed

NKNotification notification = new Notification("notification text", NKNotificationLevel.Warning);

//hand the NKNotification over to the NKNotificationManager

manager.AddNotification(notification);

About

Automatically display and fade out subtle notifications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages