Move Input Method enumerations to public API
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / common / virtual-keyboard-impl.h
index 57127cb..f680aa7 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_INTERNAL_VIRTUAL_KEYBOARD_H__
 
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -59,12 +59,12 @@ void ApplySettings( const Property::Map& settingsMap );
 /**
  * @copydoc Dali::VirtualKeyboard::SetReturnKeyType()
  */
-void SetReturnKeyType( const Dali::InputMethod::ActionButton type );
+void SetReturnKeyType( const Dali::InputMethod::ButtonAction::Type type );
 
 /**
  * @copydoc Dali::VirtualKeyboard::GetReturnKeyType()
  */
-Dali::InputMethod::ActionButton GetReturnKeyType();
+Dali::InputMethod::ButtonAction::Type GetReturnKeyType();
 
 /**
  * @copydoc Dali::VirtualKeyboard::EnablePrediction()