From 55deb3bccae2f3d41e8b6e3038b63d046f60edbb Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Tue, 22 Nov 2016 10:59:03 +0900 Subject: [PATCH] The update requested event - This event can occur when an app needs to be updated. - It is dependent on target devices. Change-Id: Iacb44e86ac43acb262024e36ab6e2e09ef281df1 Signed-off-by: Junghoon Park --- include/app_common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/app_common.h b/include/app_common.h index 198b96b..f155725 100644 --- a/include/app_common.h +++ b/include/app_common.h @@ -46,6 +46,9 @@ typedef enum { APP_EVENT_REGION_FORMAT_CHANGED, /**< The region format changed event */ APP_EVENT_SUSPENDED_STATE_CHANGED, /**< The suspended state changed event of the application (since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @see app_event_get_suspended_state */ + APP_EVENT_UPDATE_REQUESTED, /**< The update requested event (Since 3.0) + This event can occur when an app needs to be updated. + It is dependent on target devices. */ } app_event_type_e; /** -- 2.34.1