Example #1
0
 static GoogleAnalyticsImplementation()
 {
     StaticConfig = new TrackerConfig();
 }
Example #2
0
 static GoogleAnalyticsImplementation()
 {
     StaticConfig = new TrackerConfig(new PlatformInfoProvider(new DeviceInfo()));
 }