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_LaunchDetails.h File Reference

Typedefs

struct ovrLaunchDetails *

Typedef Documentation

typedef struct ovrLaunchDetails* ovrLaunchDetailsHandle ( )

Function Documentation

const char* ovr_LaunchDetails_GetDeeplinkMessage ( const ovrLaunchDetailsHandle obj )
An arbitrary string provided by the developer to help them deeplink to content on app startup.
const char* ovr_LaunchDetails_GetLaunchSource ( const ovrLaunchDetailsHandle obj )
A string typically used internally to distinguish where the deeplink came from. For instance, a DEEPLINK launch type could be coming from events or feed.
ovrUserArrayHandle ovr_LaunchDetails_GetUsers ( const ovrLaunchDetailsHandle obj )
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
ovrLaunchType ovr_LaunchDetails_GetLaunchType ( const ovrLaunchDetailsHandle obj )
ovrID ovr_LaunchDetails_GetRoomID ( const ovrLaunchDetailsHandle obj )
1
2
3
4
5
6
7
8
9
10
11
12
15
16
20
21
24
25
26
27
28
29
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_LAUNCHDETAILS_H
#define OVR_LAUNCHDETAILS_H

#include "OVR_Platform_Defs.h"
#include "OVR_LaunchType.h"
#include "OVR_Types.h"
#include "OVR_UserArray.h"

typedefstruct ovrLaunchDetails *ovrLaunchDetailsHandle;

OVRP_PUBLIC_FUNCTION(constchar *) ovr_LaunchDetails_GetDeeplinkMessage(const ovrLaunchDetailsHandle obj);

OVRP_PUBLIC_FUNCTION(constchar *) ovr_LaunchDetails_GetLaunchSource(const ovrLaunchDetailsHandle obj);

OVRP_PUBLIC_FUNCTION(ovrUserArrayHandle) ovr_LaunchDetails_GetUsers(const ovrLaunchDetailsHandle obj);

OVRP_PUBLIC_FUNCTION(ovrLaunchType) ovr_LaunchDetails_GetLaunchType(const ovrLaunchDetailsHandle obj);
OVRP_PUBLIC_FUNCTION(ovrID)         ovr_LaunchDetails_GetRoomID(const ovrLaunchDetailsHandle obj);

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