C# (CSharp) InTheHand.UI.Notifications Namespace

Classes

Name Description
BadgeNotification Defines the content, associated metadata, and expiration time of an update to a tile's badge overlay. A badge can display a number from 1 to 999 (beyond this truncation will occur)
BadgeNotificationCreator Simplifies creation of badges without the need to build XML documents.
BadgeUpdateManager Creates BadgeUpdater objects that you use to manipulate a tile's badge overlay.
BadgeUpdater Updates a badge overlay on the specific tile that the updater is bound to.
ScheduledToastNotification Contains the definition of the toast notification that will display at the scheduled time.
ToastNotification Defines the content, associated metadata and events, and expiration time of a toast notification.
ToastNotificationCreator Simplifies creation of toasts without the need to build XML documents.
ToastNotificationManager Creates ToastNotifier objects which let you display toast notifications.
ToastNotifier Raises a toast notification to the specific app to which the ToastNotifier is bound. This class also lets you schedule and remove toast notifications.