JobInfo.Builder.SetEstimatedNetworkBytes(Int64, Int64) Method

Definition

[Android.Runtime.Register("setEstimatedNetworkBytes", "(JJ)Landroid/app/job/JobInfo$Builder;", "", ApiSince=28)]
public Android.App.Job.JobInfo.Builder? SetEstimatedNetworkBytes (long downloadBytes, long uploadBytes);
[<Android.Runtime.Register("setEstimatedNetworkBytes", "(JJ)Landroid/app/job/JobInfo$Builder;", "", ApiSince=28)>]
member this.SetEstimatedNetworkBytes : int64 * int64 -> Android.App.Job.JobInfo.Builder

Parameters

downloadBytes
Int64
uploadBytes
Int64

Returns

Attributes

Applies to