InsightConfiguration QML Type

Provides an interface to the Qt Insight Tracker configuration. More...

Import Statement: import QtInsightTracker 6.15
Instantiates: QInsightConfiguration

Properties

Detailed Description

Property Documentation

appBuild : string

This property holds the application's build version.

See also QInsightConfiguration::appBuild.


batchSize : int

This property holds the sync batch size.

See also QInsightConfiguration::batchSize.


categories : stringlist

This property holds the enabled categories.

See also QInsightConfiguration::categories.


deviceModel : string

This property holds the device model.

See also QInsightConfigurationPrivate::deviceModel.


deviceScreenType : string

This property holds the screen type.

See also QInsightConfigurationPrivate::deviceScreenType.


deviceVariant : string

This property holds the device variant.

See also QInsightConfigurationPrivate::deviceVariant.


events : stringlist

This property holds the tracked event types.

See also QInsightConfiguration::events.


platform : string

This property holds the platform.

See also QInsightConfigurationPrivate::platform.


remoteConfig : bool

This property holds whether the remote configuration sync is enabled.

By default, this property is false.

See also QInsightConfiguration::remoteConfig.


remoteConfigInterval : bool

This property holds the remote configuration sync interval in seconds.

See also QInsightConfiguration::remoteConfigInterval.


server : string

This property holds the back-end server address.

See also QInsightConfiguration::server.


storagePath : string

This property holds the storage path.

See also QInsightConfiguration::storagePath.


storageSize : int

This property holds the storage size.

See also QInsightConfiguration::storageSize.


storageType : string

This property holds the storage type.

See also QInsightConfiguration::storageType.


syncInterval : int

This property holds the sync interval in seconds.

See also QInsightConfiguration::syncInterval.


token : string

This property holds the server token.

See also QInsightConfigurationPrivate::token.


userId : string

This property holds the user identifier used in the tracked events.

See also QInsightConfiguration::userId.


valid : bool

This property holds whether the configuration is valid.

See also QInsightConfiguration::isValid.


© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.