Compartilhar via


SmsManager.ResultNoBluetoothService Campo

Definição

Cuidado

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

Falha no envio via bluetooth porque o serviço bluetooth não está disponível

[Android.Runtime.Register("RESULT_NO_BLUETOOTH_SERVICE", 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 ResultNoBluetoothService = 25;
[<Android.Runtime.Register("RESULT_NO_BLUETOOTH_SERVICE", 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 ResultNoBluetoothService : Android.Telephony.SmsResult

Valor do campo

Value = 25
Atributos

Comentários

Falha no envio via bluetooth porque o serviço bluetooth não está disponível

Documentação Java para android.telephony.SmsManager.RESULT_NO_BLUETOOTH_SERVICE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a