CarrierConfigManager.ImsEmergency.KeyEmergencyCallSetupTimerOnCurrentNetworkSecInt 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.
Specifies the time by which a call should be set up on the current network once the call is routed on the network.
[Android.Runtime.Register("KEY_EMERGENCY_CALL_SETUP_TIMER_ON_CURRENT_NETWORK_SEC_INT", ApiSince=35)]
public const string KeyEmergencyCallSetupTimerOnCurrentNetworkSecInt;
[<Android.Runtime.Register("KEY_EMERGENCY_CALL_SETUP_TIMER_ON_CURRENT_NETWORK_SEC_INT", ApiSince=35)>]
val mutable KeyEmergencyCallSetupTimerOnCurrentNetworkSecInt : string
Field Value
- Attributes
Remarks
Specifies the time by which a call should be set up on the current network once the call is routed on the network. If the call cannot be set up by timer expiry, call shall be re-dialed on the next available network. If this value is set to 0, the timer shall be disabled.
The default value for this key is 0.
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.