Change platform class access modifier
authorchungryeol lim <cdark.lim@samsung.com>
Mon, 2 Jan 2017 08:02:13 +0000 (17:02 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Fri, 24 Mar 2017 04:18:58 +0000 (13:18 +0900)
- Requires GetRenderer in custom renderer implementation.
- Other platforms (iOS, Android, UWP) are also open to the public.

Change-Id: I9beb45b63b91ee11b910fe486ec99e124c8ac793
Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
Xamarin.Forms.Platform.Tizen/Platform.cs

index ab07300..c7a89b0 100644 (file)
@@ -6,7 +6,7 @@ using ElmSharp;
 
 namespace Xamarin.Forms.Platform.Tizen
 {
-       internal class Platform : BindableObject, IPlatform, INavigation, IDisposable
+       public class Platform : BindableObject, IPlatform, INavigation, IDisposable
        {
                internal static readonly BindableProperty RendererProperty = BindableProperty.CreateAttached("Renderer", typeof(IVisualElementRenderer), typeof(Platform), default(IVisualElementRenderer),
                        propertyChanged: (bindable, oldvalue, newvalue) =>