BluetoothStatusCodes.Success 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 a chamada à API foi bem-sucedida.

[Android.Runtime.Register("SUCCESS", ApiSince=31)]
[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 Success = 0;
[<Android.Runtime.Register("SUCCESS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)>]
val mutable Success : Android.Bluetooth.CurrentBluetoothStatusCodes

Valor do campo

Value = 0
Atributos

Comentários

Indica que a chamada à API foi bem-sucedida.

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

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