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

ovrPartyUpdateAction_ Enum

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()

Enumeration Constants

MemberDescription
ovrPartyUpdateAction_Unknown
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.