Langue

BluetoothStatusCodes.ErrorMissingBluetoothConnectPermission Champ

Définition

Attention

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

Code d’erreur indiquant que l’appelant n’a pas l’autorisation android.Manifest.permission#BLUETOOTH_CONNECT .

[Android.Runtime.Register("ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION", 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 ErrorMissingBluetoothConnectPermission = 6;
[<Android.Runtime.Register("ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION", 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 ErrorMissingBluetoothConnectPermission : Android.Bluetooth.CurrentBluetoothStatusCodes

Valeur de champ

Value = 6
Attributs

Remarques

Code d’erreur indiquant que l’appelant n’a pas l’autorisation android.Manifest.permission#BLUETOOTH_CONNECT .

Java documentation pour android.bluetooth.BluetoothStatusCodes.ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à