次の方法で共有


CarrierConfigManager.KeyDataSwitchValidationTimeoutLong Field

Definition

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.

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