Share via


CarrierConfigManager.DataCycleThresholdDisabled Field

Definition

Flag indicating that a data cycle threshold should be disabled.

[Android.Runtime.Register("DATA_CYCLE_THRESHOLD_DISABLED", ApiSince=26)]
public const int DataCycleThresholdDisabled = -2;
[<Android.Runtime.Register("DATA_CYCLE_THRESHOLD_DISABLED", ApiSince=26)>]
val mutable DataCycleThresholdDisabled : int

Field Value

Value = -2
Attributes

Remarks

Flag indicating that a data cycle threshold should be disabled.

If #KEY_DATA_WARNING_THRESHOLD_BYTES_LONG is set to this value, the platform's default data warning, if one exists, will be disabled. A user selected data warning will not be overridden.

If #KEY_DATA_LIMIT_THRESHOLD_BYTES_LONG is set to this value, the platform's default data limit, if one exists, will be disabled. A user selected data limit will not be overridden.

Java documentation for android.telephony.CarrierConfigManager.DATA_CYCLE_THRESHOLD_DISABLED.

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