BluetoothHealthCallback.OnHealthAppConfigurationStatusChange Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callback to inform change in registration state of the health application.
[Android.Runtime.Register("onHealthAppConfigurationStatusChange", "(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V", "GetOnHealthAppConfigurationStatusChange_Landroid_bluetooth_BluetoothHealthAppConfiguration_IHandler")]
public virtual void OnHealthAppConfigurationStatusChange (Android.Bluetooth.BluetoothHealthAppConfiguration? config, Android.Bluetooth.HealthApplicationConfig status);
[<Android.Runtime.Register("onHealthAppConfigurationStatusChange", "(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V", "GetOnHealthAppConfigurationStatusChange_Landroid_bluetooth_BluetoothHealthAppConfiguration_IHandler")>]
abstract member OnHealthAppConfigurationStatusChange : Android.Bluetooth.BluetoothHealthAppConfiguration * Android.Bluetooth.HealthApplicationConfig -> unit
override this.OnHealthAppConfigurationStatusChange : Android.Bluetooth.BluetoothHealthAppConfiguration * Android.Bluetooth.HealthApplicationConfig -> unit
Bluetooth Health app configuration
- status
- HealthApplicationConfig
Success or failure of the registration or unregistration calls. Can be one of
BluetoothHealth#APP_CONFIG_REGISTRATION_SUCCESS
or BluetoothHealth#APP_CONFIG_REGISTRATION_FAILURE
or
BluetoothHealth#APP_CONFIG_UNREGISTRATION_SUCCESS
or BluetoothHealth#APP_CONFIG_UNREGISTRATION_FAILURE
- Attributes
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.