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

SdkAccountType

Updated: Jul 24, 2025

SdkAccountType

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.

Entries

NameSummary
Unknown
Represents that the SdkAccountType is unknown.
Oculus
TODO: Add comment for this enum member!
FacebookGameroom
TODO: Add comment for this enum member!

Properties

NameSummary
name
val name: String
ordinal
val ordinal: Int
value
val value: Int

Functions

NameSummary
valueOf
fun valueOf(value: String): SdkAccountType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values
fun values(): Array<SdkAccountType>
Returns an array containing the constants of this enum type, in the order they’re declared.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon