[Tizen] Make EnableAccessibility API public
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / accessibility-adaptor.h
index f6f963c..a138db8 100644 (file)
@@ -72,6 +72,12 @@ public:
   Vector2 GetReadPosition() const;
 
   /**
+   * @brief Enables Accessibility action or not.
+   * @param[in] enabled True if Accessibility action should be enabled.
+   */
+  void EnableAccessibility( bool enabled );
+
+  /**
    * @brief Query whether the accessibility(screen-reader) is enabled.
    *
    * The accessibility will be enabled by system setting.