workmanager_platform_interface
library
Enums
-
BackoffPolicy
-
An enumeration of backoff policies when retrying work.
These policies are used when you have a return ListenableWorker.Result.retry() from a worker to determine the correct backoff time.
Backoff policies are set in WorkRequest.Builder.setBackoffCriteria(BackoffPolicy, long, TimeUnit) or one of its variants.
-
ExistingPeriodicWorkPolicy
-
An enumeration of the conflict resolution policies when registering periodic work with the same unique name.
-
ExistingWorkPolicy
-
An enumeration of the conflict resolution policies when registering one-off work with the same unique name.
-
NetworkType
-
An enumeration of various network types that can be used as Constraints for work.
-
OutOfQuotaPolicy
-
An enumeration of policies that help determine out of quota behavior for expedited jobs.
-
TaskStatus
-
Task status for debugging and monitoring.