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

OVR_PartyUpdateAction.h File

An enum that specifies the type of action related to the party and the user. For example, ovr_PartyUpdateNotification_GetAction() contains the information about the user joined or left the party or the user was invited or uninvited to the party.

Enumeration Types

Enumeration ovrPartyUpdateAction_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrPartyUpdateAction_Unknown
No description available
ovrPartyUpdateAction_Join
This enum member indicates the user joined the party.
ovrPartyUpdateAction_Leave
This enum member indicates the user left the party.
ovrPartyUpdateAction_Invite
This enum member indicates the user was invited to the party.
ovrPartyUpdateAction_Uninvite
This enum member indicates the user was uninvited to the party.

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

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