iOS only: represents in-app purchase download. More...
Public Types | |
enum class | Status { waiting = 0 , active , paused , finished , failed , cancelled } |
Public Member Functions | |
virtual | ~Download () |
virtual String | getProductId () const =0 |
A unique identifier for the in-app product to be downloaded. | |
virtual int64 | getContentLength () const =0 |
Content length in bytes. | |
virtual String | getContentVersion () const =0 |
Content version. | |
virtual Status | getStatus () const =0 |
Returns current status of the download. | |
iOS only: represents in-app purchase download.
Download will be available only for purchases that are hosted on the AppStore.
|
strong |
|
virtual |
|
pure virtual |
A unique identifier for the in-app product to be downloaded.
|
pure virtual |
Content length in bytes.
|
pure virtual |
Content version.
|
pure virtual |
Returns current status of the download.