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
| struct ovrLaunchBlockFlowResult * |
| bool | Whether the viewer successfully blocked the user. |
| bool | Whether the viewer chose to cancel the block flow. |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_LAUNCHBLOCKFLOWRESULT_H #define OVR_LAUNCHBLOCKFLOWRESULT_H #include "OVR_Platform_Defs.h" #include <stdbool.h> typedefstruct ovrLaunchBlockFlowResult *ovrLaunchBlockFlowResultHandle; OVRP_PUBLIC_FUNCTION(bool) ovr_LaunchBlockFlowResult_GetDidBlock(const ovrLaunchBlockFlowResultHandle obj); OVRP_PUBLIC_FUNCTION(bool) ovr_LaunchBlockFlowResult_GetDidCancel(const ovrLaunchBlockFlowResultHandle obj); #endif