API Diff between 2.3.4.247 and 2.3.3.193
227 Additions
1 Removals
Xamarin.Forms
Xamarin.Forms.Internals
Xamarin.Forms.Platform.WinPhone
Xamarin.Forms.PlatformConfiguration
Xamarin.Forms.PlatformConfiguration.AndroidSpecific
-
public static class TabbedPage
- public static readonly BindableProperty IsSwipePagingEnabledProperty
- public static readonly BindableProperty OffscreenPageLimitProperty
- public static IPlatformElementConfiguration<Android, TabbedPage> DisableSwipePaging(this IPlatformElementConfiguration<Android, TabbedPage> config)
- public static IPlatformElementConfiguration<Android, TabbedPage> EnableSwipePaging(this IPlatformElementConfiguration<Android, TabbedPage> config)
- public static bool GetIsSwipePagingEnabled(BindableObject element)
- public static int GetOffscreenPageLimit(BindableObject element)
- public static bool IsSwipePagingEnabled(this IPlatformElementConfiguration<Android, TabbedPage> config)
- public static int OffscreenPageLimit(this IPlatformElementConfiguration<Android, TabbedPage> config)
- public static void SetIsSwipePagingEnabled(BindableObject element, bool value)
- public static IPlatformElementConfiguration<Android, TabbedPage> SetIsSwipePagingEnabled(this IPlatformElementConfiguration<Android, TabbedPage> config, bool value)
- public static void SetOffscreenPageLimit(BindableObject element, int value)
- public static IPlatformElementConfiguration<Android, TabbedPage> SetOffscreenPageLimit(this IPlatformElementConfiguration<Android, TabbedPage> config, int value)
Xamarin.Forms.PlatformConfiguration.AndroidSpecific.AppCompat
-
public static class Application
- public static readonly BindableProperty SendAppearingEventOnResumeProperty
- public static readonly BindableProperty SendDisappearingEventOnPauseProperty
- public static readonly BindableProperty ShouldPreserveKeyboardOnResumeProperty
- public static bool GetSendAppearingEventOnResume(BindableObject element)
- public static bool GetSendAppearingEventOnResume(this IPlatformElementConfiguration<Android, Application> config)
- public static bool GetSendDisappearingEventOnPause(BindableObject element)
- public static bool GetSendDisappearingEventOnPause(this IPlatformElementConfiguration<Android, Application> config)
- public static bool GetShouldPreserveKeyboardOnResume(BindableObject element)
- public static bool GetShouldPreserveKeyboardOnResume(this IPlatformElementConfiguration<Android, Application> config)
- public static IPlatformElementConfiguration<Android, Application> SendAppearingEventOnResume(this IPlatformElementConfiguration<Android, Application> config, bool value)
- public static IPlatformElementConfiguration<Android, Application> SendDisappearingEventOnPause(this IPlatformElementConfiguration<Android, Application> config, bool value)
- public static void SetSendAppearingEventOnResume(BindableObject element, bool value)
- public static void SetSendDisappearingEventOnPause(BindableObject element, bool value)
- public static void SetShouldPreserveKeyboardOnResume(BindableObject element, bool value)
- public static IPlatformElementConfiguration<Android, Application> ShouldPreserveKeyboardOnResume(this IPlatformElementConfiguration<Android, Application> config, bool value)
Xamarin.Forms.PlatformConfiguration.iOSSpecific
-
public static class Entry
-
public static class NavigationPage
-
public static class Page
- public static readonly BindableProperty PreferredStatusBarUpdateAnimationProperty
- public static readonly BindableProperty
- public static UIStatusBarAnimation GetPreferredStatusBarUpdateAnimation(BindableObject element)
- public static StatusBarHiddenMode (BindableObject element)
- public static UIStatusBarAnimation PreferredStatusBarUpdateAnimation(this IPlatformElementConfiguration<iOS, Page> config)
- public static StatusBarHiddenMode (this IPlatformElementConfiguration<iOS, Page> config)
- public static void SetPreferredStatusBarUpdateAnimation(BindableObject element, UIStatusBarAnimation value)
- public static IPlatformElementConfiguration<iOS, Page> SetPreferredStatusBarUpdateAnimation(this IPlatformElementConfiguration<iOS, Page> config, UIStatusBarAnimation value)
- public static void (BindableObject element, StatusBarHiddenMode value)
- public static IPlatformElementConfiguration<iOS, Page> (this IPlatformElementConfiguration<iOS, Page> config, StatusBarHiddenMode value)
-
public static class Picker
-
public enum StatusBarHiddenMode
-
public enum StatusBarTextColorMode
-
public enum UIStatusBarAnimation
-
public enum UpdateMode
Xamarin.Forms.Xaml