Options

Confusion about UsageCounter vs UsageReporter

williamwwilliamw Posts: 13 Bronze 1
edited June 18, 2013 10:05AM in SmartAssembly
The documentation examples for feature usage reporting use "UsageCounter.ReportUsage" to report feature usage.

The SDK templates define a class that inherits from UsageReporter and define static methods FeatureUsed and DynamicFeatureUsed. There is no documentation on the purpose of these methods, or on the UsageReporter.RecordFeatureUsed methods that they call.

If I am using a custom template, what should my code be calling to report feature usage? UsageCounter.ReportUsage or UsageReporterWithUI.DynamicFeatureUsed?

Comments

Sign In or Register to comment.