Add missing since_tizen tag
authorupple <uppletaste@gmail.com>
Fri, 27 Sep 2024 05:17:26 +0000 (14:17 +0900)
committerChangGyu Choi <uppletaste@gmail.com>
Mon, 30 Sep 2024 00:33:34 +0000 (09:33 +0900)
Signed-off-by: upple <uppletaste@gmail.com>
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ServiceComponent.cs

index 53e0397ed0048254ba57a1b8b557c4513f709856..3d95badcdc50a6f6f1d922a992192b569a33237d 100755 (executable)
@@ -31,6 +31,7 @@ namespace Tizen.Applications.ComponentBased.Common
         /// <returns>
         /// <c>true</c> if the service component is successfully created; otherwise, <c>false</c>.
         /// </returns>
+        /// <since_tizen> 6 </since_tizen>
         public abstract bool OnCreate();
 
         /// <summary>