Installs the app update that was previously downloaded. Once the install begins the application will exit automatically. After the installation process is complete, the app will be relaunched based on the options passed in.
Parametersdeeplink_optionsAdditional configuration for this relaunch, which is optional. It contains 5 fields ovr_ApplicationOptions_SetDeeplinkMessage, ovr_ApplicationOptions_SetDestinationApiName, ovr_ApplicationOptions_SetLobbySessionId, ovr_ApplicationOptions_SetMatchSessionId and ovr_ApplicationOptions_SetRoomId.
A message with type
ovrMessage_Application_InstallAppUpdateAndRelaunch 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
ovrAppDownloadResultHandle. Extract the payload from the message handle with
ovr_Message_GetAppDownloadResult().