MetaPlatformSDK_AppDownloadProgressResult

Inherits: RefCounted

Represents the progress of downloading an app.

Description

Represents the progress of downloading an app.

Properties

int

download_bytes

0

int

downloaded_bytes

0

AppStatus

status_code

0


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

Status code of the current app status. Can be used to find if app is downloading, etc.