IVRNotifications

Members

Functions

CreateNotification
EVRNotificationError CreateNotification(VROverlayHandle_t ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, const(char)* pchText, EVRNotificationStyle style, const(NotificationBitmap_t)* pImage, VRNotificationId* pNotificationId)

Create a notification and enqueue it to be shown to the user. An overlay handle is required to create a notification, as otherwise it would be impossible for a user to act on it. To create a two-line notification, use a line break (' ') to split the text into two lines. The pImage argument may be NULL, in which case the specified overlay's icon will be used instead.

RemoveNotification
EVRNotificationError RemoveNotification(VRNotificationId notificationId)
Undocumented in source.

Meta