Android.Bluetooth.BluetoothHealthCallback.OnHealthAppConfigurationStatusChange Method
Callback to inform change in registration state of the health application.

Syntax

[Android.Runtime.Register("onHealthAppConfigurationStatusChange", "(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V", "GetOnHealthAppConfigurationStatusChange_Landroid_bluetooth_BluetoothHealthAppConfiguration_IHandler")]
public virtual void OnHealthAppConfigurationStatusChange (BluetoothHealthAppConfiguration config, [Android.Runtime.GeneratedEnum] HealthApplicationConfig status)

Parameters

config
Bluetooth Health app configuration
status
Success or failure of the registration or unregistration calls. Can be one of BluetoothHealth.AppConfigRegistrationSuccess or BluetoothHealth.AppConfigRegistrationFailure or BluetoothHealth.AppConfigUnregistrationSuccess or BluetoothHealth.AppConfigUnregistrationFailure

Remarks

Callback to inform change in registration state of the health application.

This callback is called on the binder thread (not on the UI thread)

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14