InsightConfiguration QML Type

Provides an interface to the Qt Insight Tracker configuration. 更多...

import 语句: import QtInsightTracker 6.15
实例化: QInsightConfiguration

特性

详细描述

特性文档编制

appBuild : string

This property holds the application's build version.

另请参阅 QInsightConfiguration::appBuild .

batchSize : int

This property holds the sync batch size.

另请参阅 QInsightConfiguration::batchSize .

categories : stringlist

This property holds the enabled categories.

另请参阅 QInsightConfiguration::categories .

deviceModel : string

This property holds the device model.

另请参阅 QInsightConfigurationPrivate::deviceModel .

deviceScreenType : string

This property holds the screen type.

另请参阅 QInsightConfigurationPrivate::deviceScreenType .

deviceVariant : string

This property holds the device variant.

另请参阅 QInsightConfigurationPrivate::deviceVariant .

events : stringlist

This property holds the tracked event types.

另请参阅 QInsightConfiguration::events .

platform : string

This property holds the platform.

另请参阅 QInsightConfigurationPrivate::platform .

remoteConfig : bool

This property holds whether the remote configuration sync is enabled.

默认情况下,此特性为 false .

另请参阅 QInsightConfiguration::remoteConfig .

remoteConfigInterval : bool

This property holds the remote configuration sync interval in seconds.

另请参阅 QInsightConfiguration::remoteConfigInterval .

server : string

This property holds the back-end server address.

另请参阅 QInsightConfiguration::server .

storagePath : string

This property holds the storage path.

另请参阅 QInsightConfiguration::storagePath .

storageSize : int

This property holds the storage size.

另请参阅 QInsightConfiguration::storageSize .

storageType : string

This property holds the storage type.

另请参阅 QInsightConfiguration::storageType .

syncInterval : int

This property holds the sync interval in seconds.

另请参阅 QInsightConfiguration::syncInterval .

token : string

This property holds the server token.

另请参阅 QInsightConfigurationPrivate::token .

userId : string

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

另请参阅 QInsightConfiguration::userId .

valid : bool

This property holds whether the configuration is valid.

另请参阅 QInsightConfiguration::isValid .