/// <summary>
 /// Configures the auto collection of page views. This method should be called in between setup() and start()
 /// </summary>
 /// <param name="autoPageViewTrackingDisabled">If set to <c>true</c> auto page view tracking will be disabled. Default is <c>false</c>.</param>
 public static void SetAutoPageViewTrackingDisabled(bool autoPageViewTrackingDisabled)
 {
     if (Utils.IsSupportedPlatform())
     {
         target.SetAutoPageViewTrackingDisabled(autoPageViewTrackingDisabled);
     }
 }
 /// <summary>
 /// Configures the auto collection of page views. This method should be called in between setup() and start()
 /// </summary>
 /// <param name="autoPageViewTrackingDisabled">If set to <c>true</c> auto page view tracking will be disabled. Default is <c>false</c>.</param>
 public static void SetAutoPageViewTrackingDisabled(bool autoPageViewTrackingDisabled)
 {
     target.SetAutoPageViewTrackingDisabled(autoPageViewTrackingDisabled);
 }