API reference

OVR_LaunchUnblockFlowResult.h File

Typedefs

struct ovrLaunchUnblockFlowResult * ovrLaunchUnblockFlowResultHandle
It's used to unblock a user. Results of the launched unblock dialog including whether the user was successfully unblocked and whether the viewer canceled the unblock flow. It can be retrieved using ovr_User_LaunchUnblockFlow().

Functions

bool ovr_LaunchUnblockFlowResult_GetDidCancel
A boolean indicates whether the viewer chose to cancel the unblock flow. It will be 'true' if the viewer canceled 'Unblock' from the modal.
bool ovr_LaunchUnblockFlowResult_GetDidUnblock
A boolean indicates whether the viewer successfully unblocked the user. Learn more about unblocking users from our website.