JobInfo.EstimatedNetworkDownloadBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the estimated size of download traffic that will be performed by this job, in bytes.
public virtual long EstimatedNetworkDownloadBytes { [Android.Runtime.Register("getEstimatedNetworkDownloadBytes", "()J", "GetGetEstimatedNetworkDownloadBytesHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getEstimatedNetworkDownloadBytes", "()J", "GetGetEstimatedNetworkDownloadBytesHandler", ApiSince=28)>]
member this.EstimatedNetworkDownloadBytes : int64
Property Value
Estimated size of download traffic, or
#NETWORK_BYTES_UNKNOWN
when unknown.
- Attributes
Remarks
Return the estimated size of download traffic that will be performed by this job, in bytes.
Java documentation for android.app.job.JobInfo.getEstimatedNetworkDownloadBytes()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.