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

User Class

Constructors

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

Fields

DisplayName : readonly string
A potentially non unique displayable name chosen by the user. Could also be the same as the oculus_ID
Signature
readonly string Oculus.Platform.Models.User.DisplayName
ID : readonly UInt64
Signature
readonly UInt64 Oculus.Platform.Models.User.ID
ImageURL : readonly string
Signature
readonly string Oculus.Platform.Models.User.ImageURL
OculusID : readonly string
Signature
readonly string Oculus.Platform.Models.User.OculusID
Presence : readonly string
Human readable string of what the user is currently doing. Not intended to be parsed as it might change at anytime or be translated
Signature
readonly string Oculus.Platform.Models.User.Presence
PresenceDeeplinkMessage : readonly string
Intended to be parsed and used to deeplink to parts of the app.
Signature
readonly string Oculus.Platform.Models.User.PresenceDeeplinkMessage
PresenceDestinationApiName : readonly string
If provided, the destination this user is currently at in the app.
Signature
readonly string Oculus.Platform.Models.User.PresenceDestinationApiName
PresenceLobbySessionId : readonly string
If provided, the lobby session this user is currently at in the app.
Signature
readonly string Oculus.Platform.Models.User.PresenceLobbySessionId
PresenceMatchSessionId : readonly string
If provided, the match session this user is currently at in the app.
Signature
readonly string Oculus.Platform.Models.User.PresenceMatchSessionId
PresenceStatus : readonly UserPresenceStatus
Enum value of what the user is currently doing.
Signature
readonly UserPresenceStatus Oculus.Platform.Models.User.PresenceStatus
SmallImageUrl : readonly string
Signature
readonly string Oculus.Platform.Models.User.SmallImageUrl