API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_User_LaunchBlockFlow Function

Launch the flow for blocking the given user. You can't follow, be followed, invited, or searched by a blocked user, for example. You can remove the block via ovr_User_LaunchUnblockFlow. ovrMessage_User_LaunchBlockFlow will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
If no error occurred, the message will contain a payload of type ovrLaunchBlockFlowResultHandle. Extract the payload from the message handle with ovr_Message_GetLaunchBlockFlowResult().

Signature

ovrRequest ovr_User_LaunchBlockFlow(ovrID userID)

Parameters

userID: ovrID The ID of the user that the viewer is going to launch the block flow request.

Returns