Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Hide method that is not currently working; this until MonoTouch v.nex…
Browse files Browse the repository at this point in the history
…t when we can deal with Thumb or Google fixes their library
  • Loading branch information
migueldeicaza committed Nov 30, 2011
1 parent b98b8a8 commit eafaee7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GoogleAnalytics/binding/googleanalytics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ interface GANTracker {
[Export ("stopTracker")]
void StopTracker ();

[Export ("trackPageview:withError:")]
bool TrackPageView (string pageUrl, out NSError nsError);
// Not supported until Google fixes their library
//[Export ("trackPageview:withError:")]
//bool TrackPageView (string pageUrl, out NSError nsError);

[Export ("trackEvent:action:label:value:withError:")]
bool TrackEvent (string category, string action, string label, int value, out NSError nsError);
Expand Down

0 comments on commit eafaee7

Please sign in to comment.