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

Commit

Permalink
Renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Nov 28, 2011
1 parent 4788a54 commit ad7a11c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ interface GANTracker {
[Export ("stopTracker")]
void StopTracker ();

[Export ("trackPageview:withError:"), Internal]
[Export ("trackPageview:withError:")]
bool TrackPageView (string pageUrl, out NSError nsError);

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

[Export ("setCustomVariableAtIndex:name:value:scope:withError")]
Expand Down

0 comments on commit ad7a11c

Please sign in to comment.