Example #1
0
 public static void Disable()
 {
     _impl = new NullTrackImpl();
 }
Example #2
0
 public static void Disable()
 {
     _impl = new NullTrackImpl();
 }
Example #3
0
 public static void Collect()
 {
     _impl = new MixPanelTrack();
 }
Example #4
0
 public static void Collect()
 {
     _impl = new MixPanelTrack();
 }