Android.App.Job.JobScheduler Members

The members of Android.App.Job.JobScheduler are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ResultFailureint (0). Returned from JobScheduler.Schedule(JobInfo) when an invalid parameter was supplied.
const
ResultSuccessint (1). Returned from JobScheduler.Schedule(JobInfo) if this application has made too many requests for work over too short a time.

Public Properties

[read-only]
abstract
AllPendingJobsIList<JobInfo>.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
Cancel(int)
Cancel a job that is pending in the JobScheduler.
abstract
CancelAll()
Cancel all jobs that have been registered with the JobScheduler by this package.
abstract
Schedule(JobInfo) : int