Packagecom.tuarua.webview
Classpublic class DownloadProgress
InheritanceDownloadProgress Inheritance Object



Public Properties
 PropertyDefined By
  bytesLoaded : uint = 0
Returns the number of received bytes.
DownloadProgress
  bytesTotal : uint = 0
Returns the total number of bytes.
DownloadProgress
  id : uint = 0
Returns the unique identifier for this download.
DownloadProgress
  percent : uint = 0
Returns the rough percent complete or -1 if the receive total size is unknown.
DownloadProgress
  speed : uint = 0
Returns a simple speed estimate in bytes/s.
DownloadProgress
  tab : int = 0
Returns the current tab of this download.
DownloadProgress
  url : String
Returns the URL as it was before any redirects.
DownloadProgress
Public Methods
 MethodDefined By
  
DownloadProgress
Property Detail
bytesLoadedproperty
public var bytesLoaded:uint = 0

Returns the number of received bytes.

bytesTotalproperty 
public var bytesTotal:uint = 0

Returns the total number of bytes.

idproperty 
public var id:uint = 0

Returns the unique identifier for this download.

percentproperty 
public var percent:uint = 0

Returns the rough percent complete or -1 if the receive total size is unknown.

speedproperty 
public var speed:uint = 0

Returns a simple speed estimate in bytes/s.

tabproperty 
public var tab:int = 0

Returns the current tab of this download.

urlproperty 
public var url:String

Returns the URL as it was before any redirects.

Constructor Detail
DownloadProgress()Constructor
public function DownloadProgress()