How Do I Resolve Namespace Conflicts With Trackerbird.Tracker.App
If you have your own class named "App" and you don't want to change this, you can define a synonym in your .NET code such as: using TBApp = Trackerbird.Tracker.App; You can then use the newly defined synonym to refer to Usage Intelligence methods s...