InstalledApplication
(
o
)
|
Signature
Oculus.Platform.Models.InstalledApplication.InstalledApplication(IntPtr o) Parameters o: IntPtr |
ApplicationId
: readonly string |
It's a type of string represents the ID of the application, which is a unique identifier for the app.
Signature
readonly string Oculus.Platform.Models.InstalledApplication.ApplicationId |
PackageName
: readonly string |
The package name of the installed application.
Signature
readonly string Oculus.Platform.Models.InstalledApplication.PackageName |
Status
: readonly string |
A string represents the status of the installed application.
Signature
readonly string Oculus.Platform.Models.InstalledApplication.Status |
VersionCode
: readonly int |
It's a type of int represents the current version code of the installed application. It can be retreiving using ApplicationVersion::CurrentCode
Signature
readonly int Oculus.Platform.Models.InstalledApplication.VersionCode |
VersionName
: readonly string |
It's a type of string represents the current version name of the installed application. It can be retreiving using ApplicationVersion::CurrentName
Signature
readonly string Oculus.Platform.Models.InstalledApplication.VersionName |