monoandroid
namespace Android.App
{
[Register("android/app/ActionBar", DoNotGenerateAcw = true)]
public abstract class ActionBar : Object
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/app/ActionBar$TabListener", "", "Android.App.ActionBar/ITabListenerInvoker")]
public interface ITabListener : IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("deprecated")]
[Register("onTabReselected", "(Landroid/app/ActionBar$Tab;Landroid/app/FragmentTransaction;)V", "GetOnTabReselected_Landroid_app_ActionBar_Tab_Landroid_app_FragmentTransaction_Handler:Android.App.ActionBar/ITabListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
void OnTabReselected(Tab? tab, FragmentTransaction? ft);
}
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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 | deprecated |
Platform Restrictions | This framework does not have platform annotations. |