IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

InsightTracker QML Type

Provides an interface to the Qt Insight Tracker.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

InsightTracker QML Type

  • Import Statement: import QtInsightTracker 6.6

  • Instantiates:: QInsightTracker

Detailed Description

 

Property Documentation

 

enabled : bool

This property can be used to enable and disable the tracker.

Method Documentation

 

clearCache()

Clear all events from the local cache.

interaction(string name, string category)

Send a interaction event name. The optional category parameter can be used to filter tracking of the events.

See Also

interaction(string name, const QString &contextKey, double contextValue, string category)

Send a interaction event name with additional context data. Context data can be sent as a key/value pair in contextKey and contextValue. The optional category parameter can be used to filter tracking of the events.

See Also

startNewSession()

Start a new session A new session id is generated and then used in all subsequent events.

transition(string name)

Send a transition event name. Use transition events to track the current state of the UI. Transition events can be sent whenever your application changes UI views or states, or whenever there are other UI flow changes such as dialog and notification pop-ups.

transition(string name, const QString &contextKey, double contextValue)

Send a transition event name with additional context data. Context data can be sent as a key/value pair in contextKey and contextValue. Use transition events to track the current state of the UI. Transition events can be sent whenever your application changes UI views or states, or whenever there are other UI flow changes such as dialog and notification pop-ups.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+