API reference

SdkAccount Interface

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.

Signature

interface SdkAccount

Properties

accountType : SdkAccountType
[Get]
The specific type of account that this sdk account represents. The type can be one of the following: SdkAccountType.OculusSdkAccountType.FacebookGameroom
Signature
abstract val accountType: SdkAccountType
userId : String
[Get]
The ID of the user, User.id, of the sdk account. This is a unique value for every User.
Signature
abstract val userId: String