Share via


CarrierConfigManager.KeyDataLimitThresholdBytesLong Field

Definition

Controls the cellular data limit.

[Android.Runtime.Register("KEY_DATA_LIMIT_THRESHOLD_BYTES_LONG", ApiSince=26)]
public const string KeyDataLimitThresholdBytesLong;
[<Android.Runtime.Register("KEY_DATA_LIMIT_THRESHOLD_BYTES_LONG", ApiSince=26)>]
val mutable KeyDataLimitThresholdBytesLong : string

Field Value

Attributes

Remarks

Controls the cellular data limit.

If the user uses more than this amount of data in their billing cycle, as defined by #KEY_MONTHLY_DATA_CYCLE_DAY_INT, cellular data will be turned off by the user's phone. If the value is set to #DATA_CYCLE_THRESHOLD_DISABLED, the data limit will be disabled.

This setting may be overridden by explicit user choice. By default, #DATA_CYCLE_USE_PLATFORM_DEFAULT will be used.

Java documentation for android.telephony.CarrierConfigManager.KEY_DATA_LIMIT_THRESHOLD_BYTES_LONG.

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