Share via


CarrierConfigManager.KeyDataWarningThresholdBytesLong Field

Definition

Controls the data usage warning.

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

Field Value

Attributes

Remarks

Controls the data usage warning.

If the user uses more than this amount of data in their billing cycle, as defined by #KEY_MONTHLY_DATA_CYCLE_DAY_INT, the user will be alerted about the usage. If the value is set to #DATA_CYCLE_THRESHOLD_DISABLED, the data usage warning 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_WARNING_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