Meta XR Platform SDK (UPM) v71 Reference Guide
Meta XR Platform SDK (UPM) v71 Reference Guide
Select your platform
No SDKs available
No versions available

RichPresence Class

Static Methods

Clear ()
DeprecatedUse the clear method in group presence
Signature
static Request Oculus.Platform.RichPresence.Clear()
Returns
Request
GetDestinations ()
Gets all the destinations that the presence can be set to
Signature
static Request<Models.DestinationList> Oculus.Platform.RichPresence.GetDestinations()
GetNextDestinationListPage ( list )
Signature
static Request<Models.DestinationList> Oculus.Platform.RichPresence.GetNextDestinationListPage(Models.DestinationList list)
Parameters
Set ( richPresenceOptions )
DeprecatedUse GroupPresence.Set().
Signature
static Request Oculus.Platform.RichPresence.Set(RichPresenceOptions richPresenceOptions)
Parameters
richPresenceOptions: RichPresenceOptions  The options of the rich presence.
Returns
Request