JobInfo.BackoffPolicyValue Property

Definition

Return the backoff policy of this job.

public virtual Android.App.Job.BackoffPolicy BackoffPolicyValue { [Android.Runtime.Register("getBackoffPolicy", "()I", "GetGetBackoffPolicyValueHandler")] get; }
[<get: Android.Runtime.Register("getBackoffPolicy", "()I", "GetGetBackoffPolicyValueHandler")>]
member this.BackoffPolicyValue : Android.App.Job.BackoffPolicy

Property Value

Attributes

Remarks

Return the backoff policy of this job.

Java documentation for android.app.job.JobInfo.getBackoffPolicy().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to