BluetoothDevice.ActionAliasChanged Field

Definition

Broadcast Action: Indicates the alias of a remote device has been changed.

[Android.Runtime.Register("ACTION_ALIAS_CHANGED", ApiSince=30)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public const string ActionAliasChanged;
[<Android.Runtime.Register("ACTION_ALIAS_CHANGED", ApiSince=30)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
val mutable ActionAliasChanged : string

Field Value

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothDevice.ACTION_ALIAS_CHANGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to