This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Platform 1.32 Reference Guide

OVR_User.h File Reference

Typedefs

struct ovrUser *

Functions

const char *
ovrUserPresenceStatus
Enum value of what the user is currently doing.
ovrID
const char *
const char *
const char *
const char *

Typedef Documentation

typedef struct ovrUser* ovrUserHandle ( )

Function Documentation

const char* ovr_User_GetPresence ( const ovrUserHandle obj )
Human readable string of what the user is currently doing. Not intended to be parsed as it might change at anytime or be translated
ovrUserPresenceStatus ovr_User_GetPresenceStatus ( const ovrUserHandle obj )
Enum value of what the user is currently doing.
ovrID ovr_User_GetID ( const ovrUserHandle obj )
const char* ovr_User_GetImageUrl ( const ovrUserHandle obj )
const char* ovr_User_GetInviteToken ( const ovrUserHandle obj )
const char* ovr_User_GetOculusID ( const ovrUserHandle obj )
const char* ovr_User_GetSmallImageUrl ( const ovrUserHandle obj )
1
2
3
4
5
6
7
8
9
10
11
14
15
17
18
19
20
21
22
23
24
25
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_USER_H
#define OVR_USER_H

#include "OVR_Platform_Defs.h"
#include "OVR_Types.h"
#include "OVR_UserPresenceStatus.h"

typedefstruct ovrUser *ovrUserHandle;

OVRP_PUBLIC_FUNCTION(constchar *) ovr_User_GetPresence(const ovrUserHandle obj);

OVRP_PUBLIC_FUNCTION(ovrUserPresenceStatus) ovr_User_GetPresenceStatus(const ovrUserHandle obj);

OVRP_PUBLIC_FUNCTION(ovrID)        ovr_User_GetID(const ovrUserHandle obj);
OVRP_PUBLIC_FUNCTION(constchar *) ovr_User_GetImageUrl(const ovrUserHandle obj);
OVRP_PUBLIC_FUNCTION(constchar *) ovr_User_GetInviteToken(const ovrUserHandle obj);
OVRP_PUBLIC_FUNCTION(constchar *) ovr_User_GetOculusID(const ovrUserHandle obj);
OVRP_PUBLIC_FUNCTION(constchar *) ovr_User_GetSmallImageUrl(const ovrUserHandle obj);

#endif
The documentation for this file was generated from the following file: OVR_User.h