Add AllowTextPrediction/IsTextPredictionAllowed api
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / common / input-method-context-impl.h
index 5e7cc34..a46cdb5 100755 (executable)
@@ -236,6 +236,15 @@ public:
    */
   virtual bool FilterEventKey( const Dali::KeyEvent& keyEvent ) { return false; }
 
+  /**
+   * @copydoc Dali::InputMethodContext::AllowTextPrediction()
+   */
+  virtual void AllowTextPrediction( bool prediction ) {}
+
+  /**
+   * @copydoc Dali::InputMethodContext::IsTextPredictionAllowed()
+   */
+  virtual bool IsTextPredictionAllowed() const { return false; }
 public:  // Signals
 
   /**