Android.Bluetooth.BluetoothGattServerCallback.OnNotificationSent Method
Callback invoked when a notification or indication has been sent to a remote device.

Syntax

[Android.Runtime.Register("onNotificationSent", "(Landroid/bluetooth/BluetoothDevice;I)V", "GetOnNotificationSent_Landroid_bluetooth_BluetoothDevice_IHandler")]
public virtual void OnNotificationSent (BluetoothDevice device, [Android.Runtime.GeneratedEnum] GattStatus status)

Parameters

device
The remote device the notification has been sent to
status
BluetoothGatt.GattSuccess if the operation was successful

Remarks

Callback invoked when a notification or indication has been sent to a remote device.

When multiple notifications are to be sent, an application must wait for this callback to be received before sending additional notifications.

[Android Documentation]

Requirements

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