Uses of Interface
cn.thinkingdata.analytics.inter.ITDConsumer
-
Packages that use ITDConsumer Package Description cn.thinkingdata.analytics -
-
Uses of ITDConsumer in cn.thinkingdata.analytics
Classes in cn.thinkingdata.analytics that implement ITDConsumer Modifier and Type Class Description classBatchConsumerDeprecated.please use TDBatchConsumer insteadclassDebugConsumerDeprecated.please use TDDebugConsumer insteadclassLoggerConsumerDeprecated.please use TDLoggerConsumer insteadclassTDBatchConsumerData is reported using httpclassTDDebugConsumerUsed to verify data before use SDKclassTDLoggerConsumerWrite data to file, it works with LogBus2Methods in cn.thinkingdata.analytics that return ITDConsumer Modifier and Type Method Description static ITDConsumerTDExample. generateBatchConsumer()static ITDConsumerTDExample. generateDebugConsumer()static ITDConsumerTDExample. generateLoggerConsumer()Constructors in cn.thinkingdata.analytics with parameters of type ITDConsumer Constructor Description TDAnalytics(ITDConsumer consumer)Construct functionTDAnalytics(ITDConsumer consumer, boolean enableUUID)Construct functionTDAnalytics(ITDConsumer consumer, boolean enableUUID, boolean isStrictModel)Construct functionThinkingDataAnalytics(ITDConsumer consumer)Deprecated.Construct SDKThinkingDataAnalytics(ITDConsumer consumer, boolean enableUUID)Deprecated.Construct SDKThinkingDataAnalytics(ITDConsumer consumer, boolean enableUUID, boolean isStrictModel)Deprecated.Construct SDK
-