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

ovr_PartyUpdateNotification_GetAction Function

An enum that specifies the type of action related to the party and user that this notification holds.
ovrPartyUpdateAction_Join(): The user joined the party.
ovrPartyUpdateAction_Leave(): The user left the party.
ovrPartyUpdateAction_Invite(): The user was invited to the party.
ovrPartyUpdateAction_Uninvite(): The user was uninvited to the party.

Signature

ovrPartyUpdateAction ovr_PartyUpdateNotification_GetAction(const ovrPartyUpdateNotificationHandle obj)

Parameters

Returns