API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_PartyUpdateNotification.h File

Typedefs

The notification about updating a party status information to a participating user. Party Notifications are intended to update the user on various actions that are occurring in the user's party. This is primarily used in {'party_update': 'ovrNotification_Party_PartyUpdate'}.

Functions

An enum that specifies the type of action related to the party and user that this notification holds. It can be retrieved by using ovr_PartyUpdateNotification_GetAction().ovrPartyUpdateAction_Join: The user is going to join the party.ovrPartyUpdateAction_Leave: The user is going to leave the party.ovrPartyUpdateAction_Invite: The user is invited to the party.ovrPartyUpdateAction_Uninvite: The user is uninvited from the party.
The ID of the party that will be updated. This can be retrieved with ovrPartyIDHandle.
The id of the ovrUserHandle who initiated the action that this party update status notification is in reference to. This is equivalent to ovr_User_GetID() for this user.
A timestamp denoting when the party action occurred that this status update notification refers to.
The alias of the ovrUserHandle whose party status has changed. This is an alias that is set by the user.
The ID of the user, ovr_User_GetID(), whose party status has changed. This is a unique value for every ovrUserHandle.
The displayable name of the ovrUserHandle whose party status has changed. This is equivalent to ovr_User_GetDisplayName() for this user.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon