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

SdkAccount Class

A single user can have multiple sdk accounts associated with it. SDK accounts represent the oculus user and x-accounts that are linked to the particular user. Retrieve the SDK accounts by using, Users.GetSdkAccounts().

Constructors

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

Fields

AccountType : readonly SdkAccountType
The specific type of account that this sdk account represents. The type can be one of the following:
SdkAccountType.Unknown
SdkAccountType.Oculus
SdkAccountType.FacebookGameroom
Signature
readonly SdkAccountType Oculus.Platform.Models.SdkAccount.AccountType
UserId : readonly UInt64
The ID of the user, User::ID, of the sdk account. This is a unique value for every Models.User.
Signature
readonly UInt64 Oculus.Platform.Models.SdkAccount.UserId