Lenguaje

BluetoothDevice.Alias Propiedad

Definición

Obtenga el nombre modificable localmente (alias) del dispositivo Bluetooth remoto.

public string? Alias { [Android.Runtime.Register("getAlias", "()Ljava/lang/String;", "", ApiSince=30)] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")] get; }
[<get: Android.Runtime.Register("getAlias", "()Ljava/lang/String;", "", ApiSince=30)>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.Alias : string

Valor de propiedad

el alias de Bluetooth, el nombre descriptivo del dispositivo si no hay ningún alias o null si se ha producido un problema.

Atributos

Comentarios

Obtenga el nombre modificable localmente (alias) del dispositivo Bluetooth remoto.

Java documentación para android.bluetooth.BluetoothDevice.getAlias().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a