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

OVR_PartyUpdateAction.h File

Enumeration Types

Enumeration ovrPartyUpdateAction_

An enum that specifies the action that the user can take, which will lead to a ovrPartyUpdateNotificationHandle. It can be used in {'party_update': 'ovrNotification_Party_PartyUpdate'} and can be retrieved using ovr_PartyUpdateNotification_GetAction()
ovrPartyUpdateAction_Unknown
No description available
ovrPartyUpdateAction_Join
Indicates the user joined the party.
ovrPartyUpdateAction_Leave
Indicates the user left the party.
ovrPartyUpdateAction_Invite
Indicates the user was invited to the party.
ovrPartyUpdateAction_Uninvite
Indicates the user was uninvited to the party.

Typedefs

An enum that specifies the action that the user can take, which will lead to a ovrPartyUpdateNotificationHandle. It can be used in {'party_update': 'ovrNotification_Party_PartyUpdate'} and can be retrieved using ovr_PartyUpdateNotification_GetAction()

Functions

Converts an ovrPartyUpdateAction enum value to a string The returned string does not need to be freed
Converts a string representing an ovrPartyUpdateAction enum value to an enum value
Did you find this page helpful?
Thumbs up icon
Thumbs down icon