SmsManager.ResultSmsSendRetryFailed Поле

Определение

Внимание!

This constant will be removed in the future version. Use Android.Telephony.SmsResult enum directly instead of this field.

Не удалось отправить sms-сообщение повторно

[Android.Runtime.Register("RESULT_SMS_SEND_RETRY_FAILED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SmsResult enum directly instead of this field.", true)]
public const Android.Telephony.SmsResult ResultSmsSendRetryFailed = 30;
[<Android.Runtime.Register("RESULT_SMS_SEND_RETRY_FAILED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.SmsResult enum directly instead of this field.", true)>]
val mutable ResultSmsSendRetryFailed : Android.Telephony.SmsResult

Значение поля

Value = 30
Атрибуты

Комментарии

Не удалось отправить sms-сообщение повторно

Документация по Java для android.telephony.SmsManager.RESULT_SMS_SEND_RETRY_FAILED.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к