TrainingInterval.SchedulingMode Property

Definition

The scheduling mode for this task, either #SCHEDULING_MODE_ONE_TIME or #SCHEDULING_MODE_RECURRENT.

public Android.AdServices.OnDevicePersonalization.TrainingIntervalSchedulingMode SchedulingMode { [Android.Runtime.Register("getSchedulingMode", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getSchedulingMode", "()I", "", ApiSince=35)>]
member this.SchedulingMode : Android.AdServices.OnDevicePersonalization.TrainingIntervalSchedulingMode

Property Value

Attributes

Remarks

The scheduling mode for this task, either #SCHEDULING_MODE_ONE_TIME or #SCHEDULING_MODE_RECURRENT. The default scheduling mode is #SCHEDULING_MODE_ONE_TIME if unspecified.

Java documentation for android.adservices.ondevicepersonalization.TrainingInterval.getSchedulingMode().

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