int noti_ex_event_info_get_event_type(noti_ex_event_info_h handle, noti_ex_event_info_type_e *event_type);
/**
- * @brief Gets the app id of event owner
+ * @brief Gets the app id of event owner.
* @since_tizen 5.5
* @remarks @a owner must be released using free().
* @param[in] handle The notification_ex event info handle
* @brief Gets the id of request for an event.
* @since_tizen 5.5
* @param[in] handle The notification_ex event info handle
- * @param[out] req_id The id of reqeust for event
+ * @param[out] req_id The id of request for event
* @return #NOTI_EX_ERROR_NONE On success, other value on failure
* @retval #NOTI_EX_ERROR_NONE Success
* @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
* @privilege %http://tizen.org/privilege/notification
* @remarks @a root_id is the id of the foremost notification item.
* @param[in] handle The notification manager handle
- * @param[in] root_id The id of the foremost notification item to be retrived
+ * @param[in] root_id The id of the foremost notification item to be retrieved
* @param[out] item The result of the find operation \n
* The @a item must be released using noti_ex_item_destroy().
* @return #NOTI_EX_ERROR_NONE On success, other value on failure
* @return #NOTI_EX_ERROR_NONE On success, other value on failure
* @retval #NOTI_EX_ERROR_NONE Success
* @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
* @retval #NOTI_EX_ERROR_IO_ERROR IO error
* @see #noti_ex_reporter_create
* @par Sample code:
* @return #NOTI_EX_ERROR_NONE On success, other value on failure
* @retval #NOTI_EX_ERROR_NONE Success
* @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
* @retval #NOTI_EX_ERROR_IO_ERROR IO error
* @see #noti_ex_reporter_create
* @par Sample code:
* @return #NOTI_EX_ERROR_NONE On success, other value on failure
* @retval #NOTI_EX_ERROR_NONE Success
* @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
* @retval #NOTI_EX_ERROR_IO_ERROR IO error
* @see #noti_ex_reporter_create
* @par Sample code:
* @return #NOTI_EX_ERROR_NONE On success, other value on failure
* @retval #NOTI_EX_ERROR_NONE Success
* @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
* @retval #NOTI_EX_ERROR_IO_ERROR IO error
* @see #noti_ex_reporter_create
* @par Sample code:
* @return #NOTI_EX_ERROR_NONE On success, other value on failure
* @retval #NOTI_EX_ERROR_NONE Success
* @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
* @retval #NOTI_EX_ERROR_IO_ERROR IO error
* @see #noti_ex_reporter_create
* @par Sample code:
* @privlevel public
* @privilege %http://tizen.org/privilege/notification
* @param[in] handle The notification reporter handle
- * @param[in] root_id The id of the foremost notification item to be retrived
+ * @param[in] root_id The id of the foremost notification item to be retrieved
* @param[out] item The result of the find operation \n
* The @a item must be released using noti_ex_item_destroy().
* @return #NOTI_EX_ERROR_NONE On success, other value on failure
* @retval #NOTI_EX_ERROR_NONE Success
* @retval #NOTI_EX_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #NOTI_EX_ERROR_PERMISSION_DENIED Permission deny
* @retval #NOTI_EX_ERROR_IO_ERROR IO error
* @see #noti_ex_reporter_create
* @see #noti_ex_item_destroy()