- getConstraints() - Method in class com.firebase.jobdispatcher.Job.Builder
-
The runtime constraints applied to this Job.
- getConstraints() - Method in class com.firebase.jobdispatcher.Job
-
The runtime constraints applied to this Job.
- getConstraints() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
The runtime constraints applied to this Job.
- getErrors() - Method in exception com.firebase.jobdispatcher.ValidationEnforcer.ValidationException
-
- getExtras() - Method in class com.firebase.jobdispatcher.Job.Builder
-
The optional set of user-supplied extras associated with this Job.
- getExtras() - Method in class com.firebase.jobdispatcher.Job
-
The optional set of user-supplied extras associated with this Job.
- getExtras() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
The optional set of user-supplied extras associated with this Job.
- getFlags() - Method in class com.firebase.jobdispatcher.ObservedUri
-
- getInitialBackoff() - Method in class com.firebase.jobdispatcher.RetryStrategy
-
Returns the initial backoff (i.e.
- getLifetime() - Method in class com.firebase.jobdispatcher.Job.Builder
-
The Job's lifetime; how long it should persist for.
- getLifetime() - Method in class com.firebase.jobdispatcher.Job
-
The Job's lifetime; how long it should persist for.
- getLifetime() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
The Job's lifetime; how long it should persist for.
- getMaximumBackoff() - Method in class com.firebase.jobdispatcher.RetryStrategy
-
Returns the maximum backoff duration in seconds.
- getPolicy() - Method in class com.firebase.jobdispatcher.RetryStrategy
-
Returns the backoff policy in place.
- getReceiverClass() - Method in class com.firebase.jobdispatcher.GooglePlayDriver
-
- getRetryStrategy() - Method in class com.firebase.jobdispatcher.Job.Builder
-
The RetryStrategy for the Job.
- getRetryStrategy() - Method in class com.firebase.jobdispatcher.Job
-
The RetryStrategy for the Job.
- getRetryStrategy() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
The RetryStrategy for the Job.
- getService() - Method in class com.firebase.jobdispatcher.Job.Builder
-
Returns the name of the backing JobService class.
- getService() - Method in class com.firebase.jobdispatcher.Job
-
Returns the name of the backing JobService class.
- getService() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
Returns the name of the backing JobService class.
- getTag() - Method in class com.firebase.jobdispatcher.Job.Builder
-
Returns a string identifier for the Job.
- getTag() - Method in class com.firebase.jobdispatcher.Job
-
Returns a string identifier for the Job.
- getTag() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
Returns a string identifier for the Job.
- getTrigger() - Method in class com.firebase.jobdispatcher.Job.Builder
-
The Job's Trigger, which decides when the Job is ready to run.
- getTrigger() - Method in class com.firebase.jobdispatcher.Job
-
The Job's Trigger, which decides when the Job is ready to run.
- getTrigger() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
The Job's Trigger, which decides when the Job is ready to run.
- getTriggeredContentUris() - Method in class com.firebase.jobdispatcher.TriggerReason
-
- getTriggerReason() - Method in class com.firebase.jobdispatcher.Job.Builder
-
- getTriggerReason() - Method in class com.firebase.jobdispatcher.Job
-
- getTriggerReason() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
- getUri() - Method in class com.firebase.jobdispatcher.ObservedUri
-
- getUris() - Method in class com.firebase.jobdispatcher.JobTrigger.ContentUriTrigger
-
- getValidator() - Method in interface com.firebase.jobdispatcher.Driver
-
Returns a JobValidator configured for this backend.
- getValidator() - Method in class com.firebase.jobdispatcher.FirebaseJobDispatcher
-
Deprecated.
Returns a ValidationEnforcer configured for the current Driver.
- getValidator() - Method in class com.firebase.jobdispatcher.GooglePlayDriver
-
- getWindowEnd() - Method in class com.firebase.jobdispatcher.JobTrigger.ExecutionWindowTrigger
-
- getWindowStart() - Method in class com.firebase.jobdispatcher.JobTrigger.ExecutionWindowTrigger
-
- GooglePlayDriver - Class in com.firebase.jobdispatcher
-
GooglePlayDriver provides an implementation of Driver for devices with Google Play services
installed.
- GooglePlayDriver(Context) - Constructor for class com.firebase.jobdispatcher.GooglePlayDriver
-
Instantiates a new GooglePlayDriver.
- GooglePlayReceiver - Class in com.firebase.jobdispatcher
-
Handles incoming execute requests from the GooglePlay driver and forwards them to your Service.
- GooglePlayReceiver() - Constructor for class com.firebase.jobdispatcher.GooglePlayReceiver
-
- schedule(Job) - Method in interface com.firebase.jobdispatcher.Driver
-
Schedules the provided Job.
- schedule(Job) - Method in class com.firebase.jobdispatcher.FirebaseJobDispatcher
-
Deprecated.
Attempts to schedule the provided Job.
- schedule(Job) - Method in class com.firebase.jobdispatcher.GooglePlayDriver
-
Schedules the provided Job.
- SCHEDULE_RESULT_BAD_SERVICE - Static variable in class com.firebase.jobdispatcher.FirebaseJobDispatcher
-
Deprecated.
Indicates the schedule request failed because the service is not exposed or configured
correctly.
- SCHEDULE_RESULT_NO_DRIVER_AVAILABLE - Static variable in class com.firebase.jobdispatcher.FirebaseJobDispatcher
-
Deprecated.
Indicates the schedule request failed because the driver was unavailable.
- SCHEDULE_RESULT_SUCCESS - Static variable in class com.firebase.jobdispatcher.FirebaseJobDispatcher
-
Deprecated.
Indicates the schedule request seems to have been successful.
- SCHEDULE_RESULT_UNKNOWN_ERROR - Static variable in class com.firebase.jobdispatcher.FirebaseJobDispatcher
-
Deprecated.
Indicates the schedule request encountered an unknown error.
- SCHEDULE_RESULT_UNSUPPORTED_TRIGGER - Static variable in class com.firebase.jobdispatcher.FirebaseJobDispatcher
-
Deprecated.
Indicates the schedule request failed because the Trigger was unsupported.
- ScheduleFailedException() - Constructor for exception com.firebase.jobdispatcher.FirebaseJobDispatcher.ScheduleFailedException
-
Deprecated.
- setConstraints(int...) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Sets the Job's runtime constraints.
- setExtras(Bundle) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Sets the user-defined extras associated with the Job.
- setLifetime(int) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Sets the Job's lifetime, or how long it should persist.
- setRecurring(boolean) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Sets whether the job should recur.
- setReplaceCurrent(boolean) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Sets whether this Job should replace pre-existing Jobs with the same tag.
- setRetryStrategy(RetryStrategy) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Set the RetryStrategy used for the Job.
- setService(Class<? extends JobService>) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Sets the backing JobService class for the Job.
- setTag(String) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Sets the unique String tag used to identify the Job.
- setTrigger(JobTrigger) - Method in class com.firebase.jobdispatcher.Job.Builder
-
Sets the Trigger used for the Job.
- shouldReplaceCurrent() - Method in class com.firebase.jobdispatcher.Job.Builder
-
Whether the Job should replace a pre-existing Job with the same tag.
- shouldReplaceCurrent() - Method in class com.firebase.jobdispatcher.Job
-
Whether the Job should replace a pre-existing Job with the same tag.
- shouldReplaceCurrent() - Method in interface com.firebase.jobdispatcher.JobParameters
-
Deprecated.
Whether the Job should replace a pre-existing Job with the same tag.
- SimpleJobService - Class in com.firebase.jobdispatcher
-
SimpleJobService provides a simple way of doing background work in a JobService.
- SimpleJobService() - Constructor for class com.firebase.jobdispatcher.SimpleJobService
-