} ma_service_state_e;
/**
- * @brief Enumerations for voice key's status.
- * @details If the voice key gets released within the timeout value for tap events,
- * the voice key's status value will be "released after tap".
- * Otherwise, "released after push" will be chosen.
+ * @brief Enumerations for voice key status change.
+ * @details When the voice key is pressed, the "pressed" state is reported.
+ * If the voice key gets released within the timeout value for tap events,
+ * the voice key status value will be reported as "released after tap".
+ * Otherwise, "released after push" will be reported.
* @since_tizen 6.0
*/
typedef enum {
* @brief Called when the multi-assistant service sends voice key status change event.
* @since_tizen 6.0
*
- * @param[in] status The current value for voice key's status
+ * @param[in] status The change of voice key status
* @param[in] user_data The user data passed from the callback registration function
*
* @see ma_set_voice_key_status_changed_cb()