| Name | Summary |
|---|---|
enum SdkAccountType : Enum<SdkAccountType> A user can have multiple sdk accounts associated with it. An horizon.platform.users.models.SdkAccount represents the oculus user and the particular x-account that is linked to the user. SDK accounts can be retrived for a particular user by calling horizon.platform.users.Users.getSdkAccounts. This enumeration represents the specific type of SDK account that is associated. | |
enum ServiceProvider : Enum<ServiceProvider> The service provider enum describes the specific provider that is associated with the horizon.platform.users.models.LinkedAccount of a horizon.platform.users.models.User. Linked accounts for users represent the third party identities that are used for services or apps in association with user. | |
enum UserPresenceStatus : Enum<UserPresenceStatus> Describe the current status of the user and it can be retrieved with horizon.platform.users.models.User.presenceStatus. |