Notification Class |
Namespace: ImmerseSDK.UI.MessageDisplay
public class Notification
The Notification type exposes the following members.
Name | Description | |
---|---|---|
Notification(String, String, String, NotificationIcons, Int32) |
Create a new notification to pass to the VR message display. This message does not have a duration, so is displayed until it is explicitly removed.
| |
Notification(String, String, String, NotificationIcons, Int32, Single) |
Create a new notification to pass to the VR message display for a set duration. If duration is 0, the message will be displayed until it is explicitly removed.
|
Name | Description | |
---|---|---|
Body |
Message body text
| |
Duration |
Message duration. 0 for displaying the message indefinitely
| |
Icon |
ICon to display on the dialog
| |
IconText |
Icon text to display on the dialog
| |
Priority |
Message priority. Messages are sorted on priority, and only the highest priority message is displayed.
| |
Title |
Dialog title
|