Share via


CarrierConfigManager.KeyDataLimitNotificationBool Field

Definition

Controls if the device should automatically notify the user as they reach their cellular data limit.

[Android.Runtime.Register("KEY_DATA_LIMIT_NOTIFICATION_BOOL", ApiSince=30)]
public const string KeyDataLimitNotificationBool;
[<Android.Runtime.Register("KEY_DATA_LIMIT_NOTIFICATION_BOOL", ApiSince=30)>]
val mutable KeyDataLimitNotificationBool : string

Field Value

Attributes

Remarks

Controls if the device should automatically notify the user as they reach their cellular data limit. When set to false the carrier is expected to have implemented their own notification mechanism. true by default.

Java documentation for android.telephony.CarrierConfigManager.KEY_DATA_LIMIT_NOTIFICATION_BOOL.

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