summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen
diff options
context:
space:
mode:
authorjh5.cho <jh5.cho@samsung.com>2017-08-03 17:28:03 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:40 +0900
commitbcedc2fc34c36fcd8f2c9b23617b6f4e9197bf3b (patch)
tree0931864c3f23c2b0e09c6f9ed2f842587043deaa /Xamarin.Forms.Platform.Tizen
parente50bbc0f84380958d9b79af218937d6bf1711617 (diff)
downloadxamarin-forms-bcedc2fc34c36fcd8f2c9b23617b6f4e9197bf3b.tar.gz
xamarin-forms-bcedc2fc34c36fcd8f2c9b23617b6f4e9197bf3b.tar.bz2
xamarin-forms-bcedc2fc34c36fcd8f2c9b23617b6f4e9197bf3b.zip
[Maps] Apply MapFW API changes to Xamarin Forms Maps
- TASK=TCAPI-2617 - User consent related native API has been changed on MapFW and this commit applies this change to Xamarin.Forms.Maps - Update required Tizen.Maps version to 1.0.16 - Update property, Tizen.Maps.PlaceAddress.FreeText - Change accessibility of Xamarin.Forms.Platform.Tizen.Log from internal to public Change-Id: Iad43c3246ee641b4ab815307af7f8e100849261c
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Log/ILogger.cs2
-rw-r--r--Xamarin.Forms.Platform.Tizen/Log/Log.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Log/ILogger.cs b/Xamarin.Forms.Platform.Tizen/Log/ILogger.cs
index 6874641f..4144d091 100644
--- a/Xamarin.Forms.Platform.Tizen/Log/ILogger.cs
+++ b/Xamarin.Forms.Platform.Tizen/Log/ILogger.cs
@@ -5,7 +5,7 @@ namespace Xamarin.Forms.Platform.Tizen
/// <summary>
/// Reports log messages with various log levels.
/// </summary>
- internal interface ILogger
+ public interface ILogger
{
/// <summary>
/// Reports a debug log message.
diff --git a/Xamarin.Forms.Platform.Tizen/Log/Log.cs b/Xamarin.Forms.Platform.Tizen/Log/Log.cs
index 3ebeb118..63305e27 100644
--- a/Xamarin.Forms.Platform.Tizen/Log/Log.cs
+++ b/Xamarin.Forms.Platform.Tizen/Log/Log.cs
@@ -6,7 +6,7 @@ namespace Xamarin.Forms.Platform.Tizen
/// <summary>
/// Provides logging functionality.
/// </summary>
- internal static class Log
+ public static class Log
{
static String _tag = "Xamarin";
@@ -981,7 +981,7 @@ namespace Xamarin.Forms.Platform.Tizen
/// In case of any compilation errors, please make sure you're not using
/// explicit <c>null</c> value as one of the parameters.
/// </summary>
- internal struct Guardian
+ public struct Guardian
{
}
}