BluetoothGattCallback コンストラクター

定義

オーバーロード

名前 説明
BluetoothGattCallback()
BluetoothGattCallback(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

BluetoothGattCallback()

[Android.Runtime.Register(".ctor", "()V", "")]
public BluetoothGattCallback();
属性

注釈

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

適用対象

BluetoothGattCallback(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected BluetoothGattCallback(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Bluetooth.BluetoothGattCallback : nativeint * Android.Runtime.JniHandleOwnership -> Android.Bluetooth.BluetoothGattCallback

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含むIntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

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

適用対象