DownloadResponse
The Download Response data class is used to provide response details when using the asynchronous LiveUpdateManager.downloadUpdate() method.
Parameters
Name | Type | Description |
---|---|---|
File | File? | The download file if successful. |
error | ErrorResponse? | Details about the response if there was an error. |