[NUI] Added Paused and Resumed to Tizen.NUI.Accessibility.Accessibility.SayFinishedSt...
authorm-bialota <74924447+m-bialota@users.noreply.github.com>
Fri, 19 Feb 2021 05:57:25 +0000 (06:57 +0100)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 25 Feb 2021 08:24:58 +0000 (17:24 +0900)
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/Accessibility/Accessibility.cs

index 888512b..60fe554 100755 (executable)
@@ -200,7 +200,19 @@ namespace Tizen.NUI.Accessibility
             /// </summary>
             // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
             [EditorBrowsable(EditorBrowsableState.Never)]
-            Skipped = 3
+            Skipped = 3,
+            /// <summary>
+            /// Paused
+            /// </summary>
+            // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
+            [EditorBrowsable(EditorBrowsableState.Never)]
+            Paused = 4,
+            /// <summary>
+            /// Resumed
+            /// </summary>
+            // This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API)
+            [EditorBrowsable(EditorBrowsableState.Never)]
+            Resumed = 5
         }
 
         /// <summary>