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.34 Reference Guide

OVR_LaunchType.h File Reference

Typedefs

enum ovrLaunchType_

Functions

const char *
ovrLaunchType
ovrLaunchType_FromString ( const char * str )

Enumeration Type Documentation

enum OVR_LaunchType.h.ovrLaunchType_
Enumerator
ovrLaunchType_Unknown
ovrLaunchType_Normal
ovrLaunchType_Invite
ovrLaunchType_Coordinated
ovrLaunchType_Deeplink

Typedef Documentation

typedef enum ovrLaunchType_ ovrLaunchType ( )

Function Documentation

const char* ovrLaunchType_ToString ( ovrLaunchType value )
Converts an ovrLaunchType enum value to a string The returned string does not need to be freed
ovrLaunchType ovrLaunchType_FromString ( const char * str )
Converts a string representing an ovrLaunchType enum value to an enum value
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
18
19
22
23
24
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_LAUNCH_TYPE_H
#define OVR_LAUNCH_TYPE_H

#include "OVR_Platform_Defs.h"

typedefenum ovrLaunchType_ {
  ovrLaunchType_Unknown,
  ovrLaunchType_Normal,
  ovrLaunchType_Invite,
  ovrLaunchType_Coordinated,
  ovrLaunchType_Deeplink,
} ovrLaunchType;

OVRPL_PUBLIC_FUNCTION(constchar*) ovrLaunchType_ToString(ovrLaunchType value);

OVRPL_PUBLIC_FUNCTION(ovrLaunchType) ovrLaunchType_FromString(constchar* str);

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