Lingua

SmsManager.ResultBluetoothDisconnected Campo

Definizione

Attenzione

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

Invio non riuscito tramite bluetooth perché bluetooth disconnesso

[Android.Runtime.Register("RESULT_BLUETOOTH_DISCONNECTED", 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 ResultBluetoothDisconnected = 27;
[<Android.Runtime.Register("RESULT_BLUETOOTH_DISCONNECTED", 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 ResultBluetoothDisconnected : Android.Telephony.SmsResult

Valore del campo

Value = 27
Attributi

Commenti

Invio non riuscito tramite bluetooth perché bluetooth disconnesso

per android.telephony.SmsManager.RESULT_BLUETOOTH_DISCONNECTED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a