Język

TrainingInterval.Builder.SetSchedulingMode(Int32) Method

Definition

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.

Android reference for android.adservices.ondevicepersonalization.TrainingInterval.Builder.setSchedulingMode.

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