namespace Android.Service.Chooser
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/service/chooser/ChooserTargetService", ApiSince = 23, DoNotGenerateAcw = true)]
public abstract class ChooserTargetService : Service
{
[Obsolete("deprecated")]
[Register("onBind", "(Landroid/content/Intent;)Landroid/os/IBinder;", "GetOnBind_Landroid_content_Intent_Handler", ApiSince = 23)]
public override IBinder? OnBind(Intent? intent);
}
}
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
---|---|
Obsolete | deprecated |
Help | Documentation |
.NET | 7.0-android |
Xamarin Android | 0.0 |
OS Platforms | For the selected framework this API is supported on all OS platforms. |