SdkAccount
(
o
)
|
Signature
Oculus.Platform.Models.SdkAccount.SdkAccount(IntPtr o) Parameters o: IntPtr |
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 |