monoandroid
namespace Android.Bluetooth
{
    [Register("android/bluetooth/BluetoothGattServerCallback", DoNotGenerateAcw = true)]
    public abstract class BluetoothGattServerCallback : Object
    {
        [Obsolete("Use OnServiceAdded(Android.Bluetooth.GattStatus, Android.Bluetooth.BluetoothGattService)", true)]
        [Register("onServiceAdded", "(ILandroid/bluetooth/BluetoothGattService;)V", "GetOnServiceAdded_ILandroid_bluetooth_BluetoothGattService_Handler_ext")]
        public virtual void OnServiceAdded(ProfileState status, BluetoothGattService! service);
    }
}
.NET
6.07.08.09.0
Information specific to monoandroid
Assembly

Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Obsolete Use OnServiceAdded(Android.Bluetooth.GattStatus, Android.Bluetooth.BluetoothGattService)
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API