Example usage for Java android.app.job JobInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | NETWORK_TYPE_NONE Default. |
int | NETWORK_TYPE_ANY This job requires network connectivity. |
int | NETWORK_TYPE_UNMETERED This job requires network connectivity that is unmetered. |
int | BACKOFF_POLICY_LINEAR Linearly back-off a failed job. |
int | BACKOFF_POLICY_EXPONENTIAL Exponentially back-off a failed job. |
PersistableBundle | getExtras() |
int | getId() Unique job id associated with this application (uid). |