◆ RichPresenceOptions()
Oculus.Platform.RichPresenceOptions.RichPresenceOptions |
( |
| ) |
|
◆ operator IntPtr()
◆ SetApiName()
void Oculus.Platform.RichPresenceOptions.SetApiName |
( |
string |
value | ) |
|
This the unique API Name that refers to an in-app destination.
◆ SetCurrentCapacity()
void Oculus.Platform.RichPresenceOptions.SetCurrentCapacity |
( |
uint |
value | ) |
|
The current amount of users that have joined this user's squad/team/game/match etc.
◆ SetDeeplinkMessageOverride()
void Oculus.Platform.RichPresenceOptions.SetDeeplinkMessageOverride |
( |
string |
value | ) |
|
Optionally passed in to use a different deeplink message than the one defined in the api_name
◆ SetEndTime()
void Oculus.Platform.RichPresenceOptions.SetEndTime |
( |
DateTime |
value | ) |
|
The time the current match/game/round etc. ends.
◆ SetExtraContext()
◆ SetInstanceId()
void Oculus.Platform.RichPresenceOptions.SetInstanceId |
( |
string |
value | ) |
|
◆ SetIsIdle()
void Oculus.Platform.RichPresenceOptions.SetIsIdle |
( |
bool |
value | ) |
|
Set whether or not the person is shown as active or idle.
◆ SetIsJoinable()
void Oculus.Platform.RichPresenceOptions.SetIsJoinable |
( |
bool |
value | ) |
|
Set whether or not the person is shown as joinable or not to others. A user that is joinable can invite others to join them. Set this to false if other users would not be able to join this user. For example: the current session is full, or only the host can invite others and the current user is not the host.
◆ SetMaxCapacity()
void Oculus.Platform.RichPresenceOptions.SetMaxCapacity |
( |
uint |
value | ) |
|
The maximum that can join this user.
◆ SetStartTime()
void Oculus.Platform.RichPresenceOptions.SetStartTime |
( |
DateTime |
value | ) |
|
The time the current match/game/round etc. started.
The documentation for this class was generated from the following file: