policy property

BackoffPolicy policy
final

Backoff policy for the work.

The default value is dependent on the native WorkManager, which should be BackoffPolicy.exponential according to the documentation.

Implementation

final BackoffPolicy policy;