CarrierConfigManager.DataCycleUsePlatformDefault 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.
When #KEY_MONTHLY_DATA_CYCLE_DAY_INT
, #KEY_DATA_LIMIT_THRESHOLD_BYTES_LONG
,
or #KEY_DATA_WARNING_THRESHOLD_BYTES_LONG
are set to this value, the platform default
value will be used for that key.
[Android.Runtime.Register("DATA_CYCLE_USE_PLATFORM_DEFAULT", ApiSince=30)]
public const int DataCycleUsePlatformDefault = -1;
[<Android.Runtime.Register("DATA_CYCLE_USE_PLATFORM_DEFAULT", ApiSince=30)>]
val mutable DataCycleUsePlatformDefault : int
Field Value
Value = -1- Attributes
Remarks
When #KEY_MONTHLY_DATA_CYCLE_DAY_INT
, #KEY_DATA_LIMIT_THRESHOLD_BYTES_LONG
, or #KEY_DATA_WARNING_THRESHOLD_BYTES_LONG
are set to this value, the platform default value will be used for that key.
Java documentation for android.telephony.CarrierConfigManager.DATA_CYCLE_USE_PLATFORM_DEFAULT
.
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.