SYMBOL INDEX (81 symbols across 17 files) FILE: BottomBar.Droid/Renderers/BottomBarPageRenderer.cs class BottomBarPageRenderer (line 39) | public class BottomBarPageRenderer : VisualElementRenderer where T : class method ReflectedProxy (line 35) | public ReflectedProxy(T target) method SetPropertyValue (line 47) | public void SetPropertyValue(object value, [CallerMemberName] string p... method GetPropertyValue (line 52) | public TPropertyValue GetPropertyValue([CallerMemberNa... method Call (line 57) | public object Call([CallerMemberName] string methodName = "", object[]... method GetPropertyInfo (line 68) | PropertyInfo GetPropertyInfo(string propertyName) FILE: BottomBar.Droid/Utils/ResourceManagerEx.cs class ResourceManagerEx (line 24) | internal static class ResourceManagerEx method IdFromTitle (line 26) | internal static int IdFromTitle (string title, Type type) method GetId (line 33) | static int GetId (Type type, string propertyName) FILE: BottomBar.XamarinForms/BottomBarPage.cs class BottomBarPage (line 22) | public class BottomBarPage : TabbedPage type BarThemeTypes (line 24) | public enum BarThemeTypes { Light, DarkWithAlpha, DarkWithoutAlpha } method RaiseCurrentPageChanged (line 29) | public void RaiseCurrentPageChanged() FILE: BottomBar.XamarinForms/BottomBarPageExtensions.cs class BottomBarPageExtensions (line 21) | public static class BottomBarPageExtensions method SetTabColor (line 43) | public static void SetTabColor(BindableObject bindable, Color color) method GetTabColor (line 48) | public static Color GetTabColor(BindableObject bindable) method SetBadgeCount (line 53) | public static void SetBadgeCount(BindableObject bindable, int badgeCount) method GetBadgeCount (line 58) | public static int GetBadgeCount(BindableObject bindable) method SetBadgeColor (line 63) | public static void SetBadgeColor(BindableObject bindable, Color color) method GetBadgeColor (line 68) | public static Color GetBadgeColor(BindableObject bindable) FILE: example-xaml/BottomBarXFExampleXaml.Droid/MainActivity.cs class MainActivity (line 29) | [Activity (Label = "BottomBarXFExampleXaml.Droid", Icon = "@drawable/ico... method OnCreate (line 32) | protected override void OnCreate (Bundle bundle) FILE: example-xaml/BottomBarXFExampleXaml/App.xaml.cs class App (line 5) | public partial class App : Application method App (line 7) | public App () method OnStart (line 14) | protected override void OnStart () method OnSleep (line 19) | protected override void OnSleep () method OnResume (line 24) | protected override void OnResume () FILE: example-xaml/BottomBarXFExampleXaml/BarPage.xaml.cs class BarPage (line 3) | public partial class BarPage method BarPage (line 5) | public BarPage() FILE: example-xaml/BottomBarXFExampleXaml/TabPage.xaml.cs class TabPage (line 3) | public partial class TabPage method TabPage (line 5) | public TabPage () FILE: example/BottomBarXFExample.Droid/MainActivity.cs class MainActivity (line 29) | [Activity (Label = "BottomBarXFExample.Droid", Icon = "@drawable/icon", ... method OnCreate (line 32) | protected override void OnCreate (Bundle bundle) FILE: example/BottomBarXFExample.iOS/AppDelegate.cs class AppDelegate (line 8) | [Register("AppDelegate")] method FinishedLaunching (line 19) | public override bool FinishedLaunching(UIApplication application, NSDi... method OnResignActivation (line 34) | public override void OnResignActivation(UIApplication application) method DidEnterBackground (line 42) | public override void DidEnterBackground(UIApplication application) method WillEnterForeground (line 48) | public override void WillEnterForeground(UIApplication application) method OnActivated (line 54) | public override void OnActivated(UIApplication application) method WillTerminate (line 60) | public override void WillTerminate(UIApplication application) FILE: example/BottomBarXFExample.iOS/Main.cs class Application (line 5) | public class Application method Main (line 8) | static void Main(string[] args) FILE: example/BottomBarXFExample/App.xaml.cs class App (line 9) | public partial class App : Application method App (line 11) | public App () method OnStart (line 77) | protected override void OnStart () method OnSleep (line 82) | protected override void OnSleep () method OnResume (line 87) | protected override void OnResume () FILE: example/BottomBarXFExample/TabPage.xaml.cs class TabPage (line 8) | public partial class TabPage : ContentPage method TabPage (line 10) | public TabPage () method UpdateLabel (line 15) | public void UpdateLabel ()