TrainingInterval.Builder.SetSchedulingMode(Int32) Method
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 TrainingInterval.SCHEDULING_MODE_ONE_TIME or TrainingInterval.SCHEDULING_MODE_RECURRENT.
[Android.Runtime.Register("setSchedulingMode", "(I)Landroid/adservices/ondevicepersonalization/TrainingInterval$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.TrainingInterval.Builder SetSchedulingMode(int value);
[<Android.Runtime.Register("setSchedulingMode", "(I)Landroid/adservices/ondevicepersonalization/TrainingInterval$Builder;", "", ApiSince=35)>]
member this.SetSchedulingMode : int -> Android.AdServices.OnDevicePersonalization.TrainingInterval.Builder
Parameters
- value
- Int32
Value is one of the following: TrainingInterval.SCHEDULING_MODE_ONE_TIME; TrainingInterval.SCHEDULING_MODE_RECURRENT
Returns
- Attributes
Remarks
The scheduling mode for this task, either TrainingInterval.SCHEDULING_MODE_ONE_TIME or TrainingInterval.SCHEDULING_MODE_RECURRENT. The default scheduling mode is TrainingInterval.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.