API reference

OVR_ServiceProvider.h File

Enumeration Types

Enumeration ovrServiceProvider_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrServiceProvider_Unknown
No description available
ovrServiceProvider_Dropbox
No description available
ovrServiceProvider_Facebook
No description available
ovrServiceProvider_Google
No description available
ovrServiceProvider_Instagram
No description available
ovrServiceProvider_RemoteMedia
No description available

Typedefs

enum ovrServiceProvider_ ovrServiceProvider
A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

const char * ovrServiceProvider_ToString
( ovrServiceProvider value )
Converts an ovrServiceProvider enum value to a string The returned string does not need to be freed
ovrServiceProvider ovrServiceProvider_FromString
( const char * str )
Converts a string representing an ovrServiceProvider to the actual enum value and returns the value.