The
methods
of Android.App.Job.JobScheduler are listed below. For a list of all members, see the JobScheduler Members list.
See Also: Inherited members from Java.Lang.Object
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 |