API reference

Destination Class

The destination represents where the user would like to go to in the app. It's usually associated with a travel or an invitation. Each destination has Destination::ApiName, Destination::DisplayName, Destination::DeeplinkMessage and Destination::ShareableUri link. Please refer to member data documentation for details.

Constructors

Destination ( o )
Signature
Oculus.Platform.Models.Destination.Destination(IntPtr o)
Parameters
o: IntPtr

Fields

ApiName : readonly string
You can pass it into GroupPresenceOptions.SetDestinationApiName() when calling GroupPresence.Set() to set this user's group presence.
Signature
readonly string Oculus.Platform.Models.Destination.ApiName
DeeplinkMessage : readonly string
The information that will be in LaunchDetails::DeeplinkMessage when a user enters via a deeplink. Alternatively will be in User::PresenceDeeplinkMessage if the rich presence is set for the user.
Signature
readonly string Oculus.Platform.Models.Destination.DeeplinkMessage
DisplayName : readonly string
A displayable string of the destination name and it can be retrieved with Destination::DisplayName.
Signature
readonly string Oculus.Platform.Models.Destination.DisplayName
ShareableUri : readonly string
A URI that allows the user to deeplink directly to this destination.
Signature
readonly string Oculus.Platform.Models.Destination.ShareableUri