InsightConfiguration QML Type
Provides an interface to the Qt Insight Tracker configuration. More...
Import Statement: | import QtInsightTracker 6.15 |
Instantiates: | QInsightConfiguration |
Properties
- appBuild : string
- batchSize : int
- categories : stringlist
- deviceModel : string
- deviceScreenType : string
- deviceVariant : string
- events : stringlist
- platform : string
- remoteConfig : bool
- remoteConfigInterval : bool
- server : string
- storagePath : string
- storageSize : int
- storageType : string
- syncInterval : int
- token : string
- userId : string
- valid : bool
Detailed Description
Property Documentation
This property holds the application's build version.
See also QInsightConfiguration::appBuild.
This property holds the sync batch size.
See also QInsightConfiguration::batchSize.
This property holds the enabled categories.
See also QInsightConfiguration::categories.
This property holds the device model.
This property holds the screen type.
This property holds the device variant.
This property holds the tracked event types.
See also QInsightConfiguration::events.
This property holds the platform.
See also QInsightConfigurationPrivate::platform.
This property holds whether the remote configuration sync is enabled.
By default, this property is false
.
See also QInsightConfiguration::remoteConfig.
This property holds the remote configuration sync interval in seconds.
This property holds the back-end server address.
See also QInsightConfiguration::server.
This property holds the storage path.
See also QInsightConfiguration::storagePath.
This property holds the storage size.
See also QInsightConfiguration::storageSize.
This property holds the storage type.
See also QInsightConfiguration::storageType.
This property holds the sync interval in seconds.
See also QInsightConfiguration::syncInterval.
This property holds the server token.
See also QInsightConfigurationPrivate::token.
This property holds the user identifier used in the tracked events.
See also QInsightConfiguration::userId.
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.