package crc6452ffdc5b34af3a0f;


public class ViewFragment
	extends androidx.fragment.app.Fragment
	implements
		mono.android.IGCUserPeer
{
/** @hide */
	public static final String __md_methods;
	static {
		__md_methods = 
			"n_onCreateView:(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;:GetOnCreateView_Landroid_view_LayoutInflater_Landroid_view_ViewGroup_Landroid_os_Bundle_Handler\n" +
			"";
		mono.android.Runtime.register ("Microsoft.Maui.Platform.ViewFragment, Microsoft.Maui", ViewFragment.class, __md_methods);
	}


	public ViewFragment ()
	{
		super ();
		if (getClass () == ViewFragment.class) {
			mono.android.TypeManager.Activate ("Microsoft.Maui.Platform.ViewFragment, Microsoft.Maui", "", this, new java.lang.Object[] {  });
		}
	}


	public ViewFragment (int p0)
	{
		super (p0);
		if (getClass () == ViewFragment.class) {
			mono.android.TypeManager.Activate ("Microsoft.Maui.Platform.ViewFragment, Microsoft.Maui", "System.Int32, System.Private.CoreLib", this, new java.lang.Object[] { p0 });
		}
	}

	public ViewFragment (android.view.View p0)
	{
		super ();
		if (getClass () == ViewFragment.class) {
			mono.android.TypeManager.Activate ("Microsoft.Maui.Platform.ViewFragment, Microsoft.Maui", "Android.Views.View, Mono.Android", this, new java.lang.Object[] { p0 });
		}
	}


	public android.view.View onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2)
	{
		return n_onCreateView (p0, p1, p2);
	}

	private native android.view.View n_onCreateView (android.view.LayoutInflater p0, android.view.ViewGroup p1, android.os.Bundle p2);

	private java.util.ArrayList refList;
	public void monodroidAddReference (java.lang.Object obj)
	{
		if (refList == null)
			refList = new java.util.ArrayList ();
		refList.add (obj);
	}

	public void monodroidClearReferences ()
	{
		if (refList != null)
			refList.clear ();
	}
}
