cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How Do I Resolve Namespace Conflicts With Trackerbird.Tracker.App

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 such as:

TBApp.FeatureTrack("Button Click");
Labels (1)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎May 05, 2023 03:56 PM
Updated by:
Contributors