monoandroid
namespace Android.App
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/app/FragmentManager", DoNotGenerateAcw = true)]
public abstract class FragmentManager : Object
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/app/FragmentManager$FragmentLifecycleCallbacks", ApiSince = 26, DoNotGenerateAcw = true)]
public abstract class FragmentLifecycleCallbacks : Object
{
[Obsolete("deprecated")]
[Register("onFragmentPreCreated", "(Landroid/app/FragmentManager;Landroid/app/Fragment;Landroid/os/Bundle;)V", "GetOnFragmentPreCreated_Landroid_app_FragmentManager_Landroid_app_Fragment_Landroid_os_Bundle_Handler", ApiSince = 26)]
public virtual void OnFragmentPreCreated(FragmentManager? fm, Fragment? f, Bundle? savedInstanceState);
}
}
}
.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. |