JobInfo.EstimatedNetworkUploadBytes Property

Definition

Return the estimated size of upload traffic that will be performed by this job, in bytes.

public virtual long EstimatedNetworkUploadBytes { [Android.Runtime.Register("getEstimatedNetworkUploadBytes", "()J", "GetGetEstimatedNetworkUploadBytesHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getEstimatedNetworkUploadBytes", "()J", "GetGetEstimatedNetworkUploadBytesHandler", ApiSince=28)>]
member this.EstimatedNetworkUploadBytes : int64

Property Value

Estimated size of upload traffic, or #NETWORK_BYTES_UNKNOWN when unknown.

Attributes

Remarks

Return the estimated size of upload traffic that will be performed by this job, in bytes.

Java documentation for android.app.job.JobInfo.getEstimatedNetworkUploadBytes().

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