BluetoothStatusCodes.FeatureNotSupported Campo

Definição

Cuidado

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

Indica que não há suporte para o recurso.

[Android.Runtime.Register("FEATURE_NOT_SUPPORTED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)]
public const Android.Bluetooth.CurrentBluetoothStatusCodes FeatureNotSupported = 11;
[<Android.Runtime.Register("FEATURE_NOT_SUPPORTED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)>]
val mutable FeatureNotSupported : Android.Bluetooth.CurrentBluetoothStatusCodes

Valor do campo

Value = 11
Atributos

Comentários

Indica que não há suporte para o recurso.

Java documentação para android.bluetooth.BluetoothStatusCodes.FEATURE_NOT_SUPPORTED.

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

Aplica-se a