summaryrefslogtreecommitdiff
path: root/include/feedback-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/feedback-internal.h')
-rwxr-xr-xinclude/feedback-internal.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/feedback-internal.h b/include/feedback-internal.h
index 844b309..0562258 100755
--- a/include/feedback-internal.h
+++ b/include/feedback-internal.h
@@ -210,6 +210,23 @@ int feedback_get_theme_index_internal(feedback_type_e feedback_type, unsigned in
int feedback_set_theme_index_internal(feedback_type_e feedback_type, unsigned int index_of_theme);
/**
+ * @brief Stops various types of reactions by feedback type.
+ * @details This function can be used to stop reaction to pre-defined actions.
+ * It stops system pre-defined vibration and sound patterns.
+ * @since_tizen 7.0
+ * @remarks To stop vibrator feedback, the privilege should be set to, %http://tizen.org/privilege/haptic.
+ * @param[in] feedback_type The feedback type
+ * @return @c 0 on success,
+ * otherwise a negative error value
+ * @retval #FEEDBACK_ERROR_NONE Successful
+ * @retval #FEEDBACK_ERROR_OPERATION_FAILED Operation not permitted
+ * @retval #FEEDBACK_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #FEEDBACK_ERROR_NOT_SUPPORTED Not supported device
+ * @retval #FEEDBACK_ERROR_PERMISSION_DENIED Permission denied
+ */
+int feedback_stop_type_internal(feedback_type_e feedback_type);
+
+/**
* @}
*/