@Deprecated
public interface JobParameters
| Modifier and Type | Method and Description |
|---|---|
int[] |
getConstraints()
Deprecated.
The runtime constraints applied to this Job.
|
android.os.Bundle |
getExtras()
Deprecated.
The optional set of user-supplied extras associated with this Job.
|
int |
getLifetime()
Deprecated.
The Job's lifetime; how long it should persist for.
|
RetryStrategy |
getRetryStrategy()
Deprecated.
The RetryStrategy for the Job.
|
java.lang.String |
getService()
Deprecated.
Returns the name of the backing JobService class.
|
java.lang.String |
getTag()
Deprecated.
Returns a string identifier for the Job.
|
JobTrigger |
getTrigger()
Deprecated.
The Job's Trigger, which decides when the Job is ready to run.
|
TriggerReason |
getTriggerReason()
Deprecated.
|
boolean |
isRecurring()
Deprecated.
Whether the Job should repeat.
|
boolean |
shouldReplaceCurrent()
Deprecated.
Whether the Job should replace a pre-existing Job with the same tag.
|
java.lang.String getService()
java.lang.String getTag()
JobTrigger getTrigger()
int getLifetime()
boolean isRecurring()
int[] getConstraints()
android.os.Bundle getExtras()
RetryStrategy getRetryStrategy()
boolean shouldReplaceCurrent()
TriggerReason getTriggerReason()
TriggerReason that - if non null - describes why the job was triggered.