JobInfo.EstimatedNetworkDownloadBytes Property

Definition

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.

Applies to