The widget viewer application is only able to send a launch request to widgets.
The OnBaseAction() is unnecessary.
Change-Id: I1a08265056babf9bced0c9723c8a0fac583a886e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
void WidgetComponent::OnBaseSaveContent(tizen_base::Bundle& content) {
}
-// LCOV_EXCL_START
-void WidgetComponent::OnBaseAction(std::string action, AppControl app_control) {
-}
-// LCOV_EXCL_STOP
-
// LCOV_EXCL_START
void WidgetComponent::OnBaseDeviceOrientationChanged(
DeviceOrientation::Orientation orientation) {
void OnBaseStop() override;
void OnBaseRestoreContent(tizen_base::Bundle content) override;
void OnBaseSaveContent(tizen_base::Bundle& content) override;
- void OnBaseAction(std::string action, AppControl app_control) override;
void OnBaseDeviceOrientationChanged(
DeviceOrientation::Orientation orientation) override;
void OnBaseLanguageChanged(std::string language) override;