JobInfo.Builder.Build Method

Definition

[Android.Runtime.Register("build", "()Landroid/app/job/JobInfo;", "")]
public Android.App.Job.JobInfo? Build ();
[<Android.Runtime.Register("build", "()Landroid/app/job/JobInfo;", "")>]
member this.Build : unit -> Android.App.Job.JobInfo

Returns

The job object to hand to the JobScheduler. This object is immutable.

Attributes

Remarks

Java documentation for android.app.job.JobInfo.Builder.build().

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