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

ovr_User_LaunchFriendRequestFlow Function

Launch the flow for sending a follow request to a user. ovrMessage_User_LaunchFriendRequestFlow 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 ovrLaunchFriendRequestFlowResultHandle. Extract the payload from the message handle with ovr_Message_GetLaunchFriendRequestFlowResult().

Signature

ovrRequest ovr_User_LaunchFriendRequestFlow(ovrID userID)

Parameters

userID: ovrID The ID of the target user that is going to send the friend follow request to.

Returns