MetaPlatformSDK_AssetDetails
Inherits: RefCounted
Represents details about an asset file.
Description
Represents details about an asset file.
Properties
int |
|
|
String |
|
|
String |
|
|
String |
|
|
String |
|
|
String |
|
Property Descriptions
int asset_id = 0
int get_asset_id ( )
ID of the asset file
String asset_type = ""
String get_asset_type ( )
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 indicates 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.
String download_status = ""
String get_download_status ( )
One of 'installed', 'available', or 'in-progress'.
String filepath = ""
String get_filepath ( )
File path of the asset file.
String iap_status = ""
String get_iap_status ( )
One of 'free', 'entitled', or 'not-entitled'.
MetaPlatformSDK_LanguagePackInfo language
MetaPlatformSDK_LanguagePackInfo get_language ( )
For 'language_pack' assets type, contains language info.
This may be null
, which indicates that the value is not present or that the curent app or user is not permitted to access it.
String metadata = ""
String get_metadata ( )
Extra metadata associated with this asset file.