Freigeben über


BluetoothHealth.UnregisterAppConfiguration Method

Definition

Unregister an application configuration that has been registered using #registerSinkAppConfiguration

[Android.Runtime.Register("unregisterAppConfiguration", "(Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z", "")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public bool UnregisterAppConfiguration (Android.Bluetooth.BluetoothHealthAppConfiguration? config);
[<Android.Runtime.Register("unregisterAppConfiguration", "(Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z", "")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.UnregisterAppConfiguration : Android.Bluetooth.BluetoothHealthAppConfiguration -> bool

Parameters

config
BluetoothHealthAppConfiguration

The health app configuration

Returns

Success or failure.

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothHealth.unregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration).

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