CarrierConfigManager.ImsSms.KeySmsMaxRetryOverImsCountInt Field

Definition

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

Java documentation for android.telephony.CarrierConfigManager.ImsSms.KEY_SMS_MAX_RETRY_OVER_IMS_COUNT_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