JobInfo.Service Property

Definition

Name of the service endpoint that will be called back into by the JobScheduler.

public virtual Android.Content.ComponentName Service { [Android.Runtime.Register("getService", "()Landroid/content/ComponentName;", "GetGetServiceHandler")] get; }
[<get: Android.Runtime.Register("getService", "()Landroid/content/ComponentName;", "GetGetServiceHandler")>]
member this.Service : Android.Content.ComponentName

Property Value

Attributes

Remarks

Name of the service endpoint that will be called back into by the JobScheduler.

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

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