Add AllowTextPrediction/IsTextPredictionAllowed api
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / tizen-wayland / input-method-context-impl-ecore-wl.h
index 24fcd0b..4630637 100755 (executable)
@@ -226,6 +226,15 @@ public:
    */
   bool FilterEventKey( const Dali::KeyEvent& keyEvent ) override;
 
+  /**
+   * @copydoc Dali::InputMethodContext::AllowTextPrediction()
+   */
+  void AllowTextPrediction( bool prediction ) override;
+
+  /**
+   * @copydoc Dali::InputMethodContext::IsTextPredictionAllowed()
+   */
+  bool IsTextPredictionAllowed() const override;
 private:
   /**
    * Context created the first time and kept until deleted.