Поделиться через


SmsManager.ResultInvalidBluetoothAddress Поле

Определение

Внимание!

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

Сбой отправки через Bluetooth, так как адрес устройства Bluetooth недопустим

[Android.Runtime.Register("RESULT_INVALID_BLUETOOTH_ADDRESS", 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 ResultInvalidBluetoothAddress = 26;
[<Android.Runtime.Register("RESULT_INVALID_BLUETOOTH_ADDRESS", 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 ResultInvalidBluetoothAddress : Android.Telephony.SmsResult

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

Value = 26
Атрибуты

Комментарии

Сбой отправки через Bluetooth, так как адрес устройства Bluetooth недопустим

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

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

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