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

RichPresence Class

Rich Presence has been deprecated in favor of Group Presence.

Static Methods

Clear ()
DeprecatedUse GroupPresence.Clear()
Signature
static Request Oculus.Platform.RichPresence.Clear()
Returns
Request
GetDestinations ()
Gets all the Models.Destination 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