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

OVR_AssetFileDownloadUpdate.h Header File

An AssetFileDownloadUpdate represents the download status of an update for an asset file. It contains the asset file ID, the download progress of the update, and its completion status. It can be retrieved using ovrMessage_Notification_AssetFile_DownloadUpdate.
ovr_AssetFileDownloadUpdate_GetCompleted() is true means downloaded but probably not installed yet. Call ovr_AssetFile_StatusById() until ovr_AssetDetails_GetDownloadStatus() changes from 'available' to 'installed'.