MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

Feedback QML Plugin

Overview

The API provides abstractions for various types of feedback, and allows custom implementations of these types of feedback. The identifying string for this component is "QtMobility.feedback".

The Feedback API allows application developers to implement feedback and programmatic vibration in their applications. Use this in the QML import statement.

Feedback elements

QML Actuator Element

The Actuator element represents a feedback actuator.

QML FeedbackEffect Element

The FeedbackEffect element is the base class for all feedback effects.

QML FileEffect Element

The FileEffect element represents feedback data stored in a file.

QML HapticsEffect Element

The HapticsEffect element represents a custom haptic feedback effect.

QML ThemeEffect Element

The ThemeEffect element represents a themed feedback effect.