package crc643f46942d9dd1fff9; public class ShellItemRenderer extends crc643f46942d9dd1fff9.ShellItemRendererBase implements mono.android.IGCUserPeer, android.support.design.widget.BottomNavigationView.OnNavigationItemSelectedListener { /** @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" + "n_onDestroy:()V:GetOnDestroyHandler\n" + "n_onNavigationItemSelected:(Landroid/view/MenuItem;)Z:GetOnNavigationItemSelected_Landroid_view_MenuItem_Handler:Android.Support.Design.Widget.BottomNavigationView/IOnNavigationItemSelectedListenerInvoker, Xamarin.Android.Support.Design\n" + ""; mono.android.Runtime.register ("Xamarin.Forms.Platform.Android.ShellItemRenderer, Xamarin.Forms.Platform.Android", ShellItemRenderer.class, __md_methods); } public ShellItemRenderer () { super (); if (getClass () == ShellItemRenderer.class) mono.android.TypeManager.Activate ("Xamarin.Forms.Platform.Android.ShellItemRenderer, Xamarin.Forms.Platform.Android", "", this, new java.lang.Object[] { }); } 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); public void onDestroy () { n_onDestroy (); } private native void n_onDestroy (); public boolean onNavigationItemSelected (android.view.MenuItem p0) { return n_onNavigationItemSelected (p0); } private native boolean n_onNavigationItemSelected (android.view.MenuItem p0); 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 (); } }