CarrierConfigManager.KeyDataRapidNotificationBool Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls if the device should automatically notify the user when rapid cellular data usage is observed.
[Android.Runtime.Register("KEY_DATA_RAPID_NOTIFICATION_BOOL", ApiSince=30)]
public const string KeyDataRapidNotificationBool;
[<Android.Runtime.Register("KEY_DATA_RAPID_NOTIFICATION_BOOL", ApiSince=30)>]
val mutable KeyDataRapidNotificationBool : string
Field Value
- Attributes
Remarks
Controls if the device should automatically notify the user when rapid cellular data usage is observed. 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_RAPID_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.