API reference

OVR_SdkAccount.h File

Typedefs

struct ovrSdkAccount * ovrSdkAccountHandle
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, ovr_User_GetSdkAccounts().

Functions

ovrSdkAccountType ovr_SdkAccount_GetAccountType
( const ovrSdkAccountHandle obj )
The specific type of account that this sdk account represents. The type can be one of the following:ovrSdkAccountType_UnknownovrSdkAccountType_OculusovrSdkAccountType_FacebookGameroom
ovrID ovr_SdkAccount_GetUserId
( const ovrSdkAccountHandle obj )
The ID of the user, ovr_User_GetID(), of the sdk account. This is a unique value for every ovrUserHandle.