CarrierConfigManager.ImsSms.KeySmsMaxRetryOverImsCountInt 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.
Maximum Retry Count for SMS over IMS on Failure, If the Retry Count exceeds this value,
and if the retry count is less than #KEY_SMS_MAX_RETRY_COUNT_INT
sending SMS should fallback to CS
[Android.Runtime.Register("KEY_SMS_MAX_RETRY_OVER_IMS_COUNT_INT", ApiSince=34)]
public const string KeySmsMaxRetryOverImsCountInt;
[<Android.Runtime.Register("KEY_SMS_MAX_RETRY_OVER_IMS_COUNT_INT", ApiSince=34)>]
val mutable KeySmsMaxRetryOverImsCountInt : string
Field Value
- Attributes
Remarks
Maximum Retry Count for SMS over IMS on Failure, If the Retry Count exceeds this value, and if the retry count is less than #KEY_SMS_MAX_RETRY_COUNT_INT
sending SMS should fallback to CS
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.