CarrierConfigManager.KeyMmsNetworkReleaseTimeoutMillisInt 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.
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.
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.