Share via


CarrierConfigManager.KeyMmsNetworkReleaseTimeoutMillisInt Field

Definition

Waiting time in milliseconds used before releasing an MMS data call.

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

Field Value

Attributes

Remarks

Waiting time in milliseconds used before releasing an MMS data call. Not tearing down an MMS data connection immediately helps to reduce the message delivering latency if messaging continues between all parties in the conversation since the same data connection can be reused for further messages.

This timer will control how long the data call will be kept alive before being torn down.

Java documentation for android.telephony.CarrierConfigManager.KEY_MMS_NETWORK_RELEASE_TIMEOUT_MILLIS_INT.

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