CarrierConfigManager.KeyDataSwitchValidationMinIntervalMillisLong Field

Definition

Data switch validation minimal interval, in milliseconds.

[Android.Runtime.Register("KEY_DATA_SWITCH_VALIDATION_MIN_INTERVAL_MILLIS_LONG", ApiSince=34)]
public const string KeyDataSwitchValidationMinIntervalMillisLong;
[<Android.Runtime.Register("KEY_DATA_SWITCH_VALIDATION_MIN_INTERVAL_MILLIS_LONG", ApiSince=34)>]
val mutable KeyDataSwitchValidationMinIntervalMillisLong : string

Field Value

Attributes

Remarks

Data switch validation minimal interval, in milliseconds.

If a connection to the default (Internet) PDN for the current subscription is validated on a given operator within a given tracking area, re-validations to that matching operator will be skipped if they would occur within the specified interval. Instead, the connection will automatically considered validated.

If the network was validated within the interval but the latest validation result was false, the validation will not be skipped. If not set or set to 0, validation will not be skipped.

The valid range of value is between 0 millisecond and 24 hours, inclusive in both sides. The default value is 24 hours.

Java documentation for android.telephony.CarrierConfigManager.KEY_DATA_SWITCH_VALIDATION_MIN_INTERVAL_MILLIS_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