Class CVRNotifications
Inheritance
System.Object
    CVRNotifications
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Valve.VR
Assembly: Assembly-CSharp.dll
Syntax
public class CVRNotifications
  Methods
CreateNotification(UInt64, UInt64, EVRNotificationType, String, EVRNotificationStyle, ref NotificationBitmap_t, ref UInt32)
Declaration
public EVRNotificationError CreateNotification(ulong ulOverlayHandle, ulong ulUserValue, EVRNotificationType type, string pchText, EVRNotificationStyle style, ref NotificationBitmap_t pImage, ref uint pNotificationId)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.UInt64 | ulOverlayHandle | |
| System.UInt64 | ulUserValue | |
| EVRNotificationType | type | |
| System.String | pchText | |
| EVRNotificationStyle | style | |
| NotificationBitmap_t | pImage | |
| System.UInt32 | pNotificationId | 
Returns
| Type | Description | 
|---|---|
| EVRNotificationError | 
RemoveNotification(UInt32)
Declaration
public EVRNotificationError RemoveNotification(uint notificationId)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.UInt32 | notificationId | 
Returns
| Type | Description | 
|---|---|
| EVRNotificationError |