Notification Members

The Notification type exposes the following members.

Constructors


  Name Description
Public method Notification()()()()
Initializes a new instance of the Notification class.
Public method Notification(Notification)
Initializes a new instance of the Notification class.

Fields


  Name Description
Public field Static member AlertMaxHeightProperty
The alert maximum height property
Public field Static member AlertTypeProperty
The alert type property
Public field Static member CreatedOnVisibilityProperty
The created on visibility property
Public field Static member NotificationTypeProperty
The notification type: Information, Error, Success, Info, Warning.
Public field Static member RemoveNotificationCommandProperty
The remove notification command property
Public field Static member ShowExpanderProperty
The show expander property
Public field Static member TextProperty
The text of the notification.
Public field Static member TitleProperty
The header / title of the notification.
Public field Static member UnreadProperty
Indicates if notification is unread.

Properties


  Name Description
Public property AlertMaxHeight
Gets or sets the maximum height of the alert.
Public property AlertType
Gets or sets the type of the alert.
Public property CreatedOn
Gets the created on.
Public property CreatedOnVisibility
Gets or sets the created on visibility.
Public property DisplayTime
Gets or sets the display time.
Public property IsClickable
Gets or sets a value indicating whether this instance is clickable.
Public property NotificationType
Gets or sets the type of the notification.
Public property RemoveNotificationCommand
Gets or sets the remove notification command.
Public property ShowExpander
Gets or sets a value indicating whether [show expander].
Public property Text
Gets or sets the text.
Public property Title
Gets or sets the title.
Public property Unread
Gets or sets a value indicating whether this Notification is unread.

Events


  Name Description
Public event OnClicked
Occurs when content is clicked.
Public event PropertyChanged
Occurs when a property value changes.