JobWorkItem.Intent Property

Definition

Return the Intent associated with this work.

public Android.Content.Intent? Intent { [Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "", ApiSince=26)>]
member this.Intent : Android.Content.Intent

Property Value

Attributes

Remarks

Return the Intent associated with this work.

Java documentation for android.app.job.JobWorkItem.getIntent().

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