JobInfo.TriggerContentUpdateDelay Property

Definition

When triggering on content URI changes, this is the delay from when a change is detected until the job is scheduled.

public virtual long TriggerContentUpdateDelay { [Android.Runtime.Register("getTriggerContentUpdateDelay", "()J", "GetGetTriggerContentUpdateDelayHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getTriggerContentUpdateDelay", "()J", "GetGetTriggerContentUpdateDelayHandler", ApiSince=24)>]
member this.TriggerContentUpdateDelay : int64

Property Value

Attributes

Remarks

When triggering on content URI changes, this is the delay from when a change is detected until the job is scheduled.

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

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