[NUI] Deprecate InputMethodContext public constructor (#1433)
authorJiyun Yang <ji.yang@samsung.com>
Mon, 2 Mar 2020 05:03:02 +0000 (14:03 +0900)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 05:03:02 +0000 (14:03 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/InputMethodContext.cs

index 11dead8..04993f1 100755 (executable)
@@ -40,6 +40,8 @@ namespace Tizen.NUI
         /// Constructor.<br/>
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
+        /// This will be deprecated
+        [Obsolete("Deprecated in API8; Will be removed in API10")]
         public InputMethodContext() : this(Interop.InputMethodContext.InputMethodContext_New(), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();