readonly UInt64 | AssetId[Get] ID of the asset file. |
readonly string | AssetType[Get] |
readonly string | DownloadStatus[Get] One of 'installed', 'available', or 'in-progress'. |
readonly string | Filepath[Get] File path of the asset file. |
readonly string | IapStatus[Get] One of 'free', 'entitled', or 'not-entitled'. |
readonly LanguagePackInfo | LanguageOptional[Get] For 'language_pack' assets type, contains language info. |
readonly LanguagePackInfo | Language[Get] |
readonly string | Metadata[Get] Extra metadata associated with this asset file. |
AssetDetails ( IntPtr o ) |
readonly UInt64 Oculus.Platform.Models.AssetDetails.AssetId |
---|
ID of the asset file. |
readonly string Oculus.Platform.Models.AssetDetails.AssetType |
---|
One of 'default', 'store', or 'language_pack'. The 'default' type denotes this Asset File is used purely as an implementation detail (to download extra content post-installation). The 'store' type shows, that the Asset File should be shown in Store. The 'language_pack' is a special type used to manage different languages and translation data, which can be downloaded post-installation. |
readonly string Oculus.Platform.Models.AssetDetails.DownloadStatus |
---|
One of 'installed', 'available', or 'in-progress'. |
readonly string Oculus.Platform.Models.AssetDetails.Filepath |
---|
File path of the asset file. |
readonly string Oculus.Platform.Models.AssetDetails.IapStatus |
---|
One of 'free', 'entitled', or 'not-entitled'. |
readonly LanguagePackInfo Oculus.Platform.Models.AssetDetails.LanguageOptional |
---|
For 'language_pack' assets type, contains language info. |
readonly LanguagePackInfo Oculus.Platform.Models.AssetDetails.Language |
---|
No description available.
|
readonly string Oculus.Platform.Models.AssetDetails.Metadata |
---|
Extra metadata associated with this asset file. |
Oculus.Platform.Models.AssetDetails.AssetDetails ( IntPtr o ) |
---|
No description available.
|