AssetFileDownloadUpdate
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.AssetFileDownloadUpdate.AssetFileDownloadUpdate(final long ptr) Parameters ptr: final long |
getAssetFileId
()
|
Signature
long com.meta.horizon.platform.ovr.models.AssetFileDownloadUpdate.getAssetFileId() Returns longÂ
long
|
getAssetId
()
|
ID of the asset file. It can be retrieved using com.meta.horizon.platform.ovr.models.AssetDetails#getAssetId().
Signature
long com.meta.horizon.platform.ovr.models.AssetFileDownloadUpdate.getAssetId() Returns longÂ
long
|
getBytesTotal
()
|
This field is of type uint and represents the total number of bytes in the asset file.
Signature
long com.meta.horizon.platform.ovr.models.AssetFileDownloadUpdate.getBytesTotal() Returns longÂ
long
|
getBytesTransferred
()
|
An integer represents the number of bytes that have been downloaded. -1 If the download hasn't started yet.
Signature
long com.meta.horizon.platform.ovr.models.AssetFileDownloadUpdate.getBytesTransferred() Returns longÂ
int
|
getCompleted
()
|
This field is of type boolean and indicates whether the download has been completed or not.
Signature
boolean com.meta.horizon.platform.ovr.models.AssetFileDownloadUpdate.getCompleted() Returns booleanÂ
boolean
|