TrainingInterval.SchedulingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.