monoandroid
namespace Android.Bluetooth
{
[Obsolete("Use the 'Android.Bluetooth.IBluetoothProfile' type. This class will be removed in a future release.")]
[Register("android/bluetooth/BluetoothProfile", DoNotGenerateAcw = true)]
public abstract class BluetoothProfile : Object
{
[Obsolete("Use 'Android.Bluetooth.IBluetoothProfile.HearingAid'. This class will be removed in a future release.")]
[Register("HEARING_AID", ApiSince = 29)]
public const int HearingAid = 21;
}
}
| .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 'Android.Bluetooth.IBluetoothProfile.HearingAid'. This class will be removed in a future release. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API