MetaPlatformSDK_AppDownloadProgressResult
Inherits: RefCounted
Represents the progress of downloading an app.
Description
Represents the progress of downloading an app.
Properties
int |
|
|
int |
|
|
|
Property Descriptions
int download_bytes = 0
int get_download_bytes ( )
Total number of bytes that need to be downloaded.
int downloaded_bytes = 0
int get_downloaded_bytes ( )
Number of bytes that have already been downloaded.
AppStatus status_code = 0
AppStatus get_status_code ( )
Status code of the current app status. Can be used to find if app is downloading, etc.