CarrierConfigManager.KeyOpportunisticNetworkBackoffTimeLong 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.
Controls back off time in milli seconds for switching back to opportunistic subscription.
[Android.Runtime.Register("KEY_OPPORTUNISTIC_NETWORK_BACKOFF_TIME_LONG", ApiSince=30)]
public const string KeyOpportunisticNetworkBackoffTimeLong;
[<Android.Runtime.Register("KEY_OPPORTUNISTIC_NETWORK_BACKOFF_TIME_LONG", ApiSince=30)>]
val mutable KeyOpportunisticNetworkBackoffTimeLong : string
Field Value
- Attributes
Remarks
Controls back off time in milli seconds for switching back to opportunistic subscription. This time will be added to CarrierConfigManager#KEY_OPPORTUNISTIC_NETWORK_DATA_SWITCH_HYSTERESIS_TIME_LONG
to determine hysteresis time if there is ping pong situation (determined by system app or 1st party app) between primary and opportunistic subscription. Ping ping situation is defined in #KEY_OPPORTUNISTIC_NETWORK_PING_PONG_TIME_LONG. If ping pong situation continuous #KEY_OPPORTUNISTIC_NETWORK_BACKOFF_TIME_LONG will be added to previously determined hysteresis time.
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.