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