次の方法で共有


BluetoothHealthCallback.OnHealthAppConfigurationStatusChange メソッド

定義

正常性アプリケーションの登録状態の変更を通知するコールバック。

[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

パラメーター

config
BluetoothHealthAppConfiguration

Bluetooth Health アプリの構成

status
HealthApplicationConfig

登録呼び出しまたは登録解除呼び出しの成功または失敗。 または のいずれかをBluetoothHealth#APP_CONFIG_REGISTRATION_SUCCESSBluetoothHealth#APP_CONFIG_REGISTRATION_FAILURE指定できますBluetoothHealth#APP_CONFIG_UNREGISTRATION_SUCCESS または BluetoothHealth#APP_CONFIG_UNREGISTRATION_FAILURE

属性

注釈

android.bluetooth.BluetoothHealthCallback.onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration, int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象