This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| ovrRequest | |
| ovrRequest | |
| ovrRequest | ovr_Notification_MarkAsRead ( ovrID notificationID ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_REQUESTS_NOTIFICATION_H #define OVR_REQUESTS_NOTIFICATION_H #include "OVR_Types.h" #include "OVR_Platform_Defs.h" #include "OVR_RoomInviteNotificationArray.h" OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Notification_GetNextRoomInviteNotificationArrayPage(ovrRoomInviteNotificationArrayHandle handle); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Notification_GetRoomInvites(); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Notification_MarkAsRead(ovrID notificationID); #endif