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

Application Class

The Application API provides ways to manage and interact with applications on the platform, including retrieving information about installed apps, for example: getting ApplicationVersion::CurrentCode, launching other apps and managing app downloads and updates.

Static Member Functions

Cancel an app download that is in progress. It will return a result when the download is cancelled.
Track download progress for an app.
Requests version information, including the ApplicationVersion::CurrentCode and ApplicationVersion::CurrentName of the currently installed app and ApplicationVersion::LatestCode, ApplicationVersion::LatestName, ApplicationVersion::Size and ApplicationVersion::ReleaseDate of the latest app update.
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.
Launches a different application in the user's library. If the user does not have that application installed, they will be taken to that app's page in the Oculus Store
Parameters
appID
The unique ID of the app to be launched.
Starts an app download. It will return a result when the download is finished. Download progress can be monitored using the Application.CheckAppDownloadProgress().
Did you find this page helpful?
Thumbs up icon
Thumbs down icon