CarrierConfigManager.KeyDataSwitchValidationTimeoutLong 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.
Upon data switching between subscriptions within a carrier group, if switch depends on validation result, this value defines customized value of how long we wait for validation success before we fail and revoke the switch.
[Android.Runtime.Register("KEY_DATA_SWITCH_VALIDATION_TIMEOUT_LONG", ApiSince=30)]
public const string KeyDataSwitchValidationTimeoutLong;
[<Android.Runtime.Register("KEY_DATA_SWITCH_VALIDATION_TIMEOUT_LONG", ApiSince=30)>]
val mutable KeyDataSwitchValidationTimeoutLong : string
Field Value
- Attributes
Remarks
Upon data switching between subscriptions within a carrier group, if switch depends on validation result, this value defines customized value of how long we wait for validation success before we fail and revoke the switch. Time out is in milliseconds.
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.