Java android.app.job JobInfo fields, constructors, methods, implement or subclass

Example usage for Java android.app.job JobInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app.job JobInfo.

The text is from its open source code.

Field

intNETWORK_TYPE_NONE
Default.
intNETWORK_TYPE_ANY
This job requires network connectivity.
intNETWORK_TYPE_UNMETERED
This job requires network connectivity that is unmetered.
intBACKOFF_POLICY_LINEAR
Linearly back-off a failed job.
intBACKOFF_POLICY_EXPONENTIAL
Exponentially back-off a failed job.

Method

PersistableBundlegetExtras()
intgetId()
Unique job id associated with this application (uid).