We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc30c1 commit 5742c39Copy full SHA for 5742c39
parsely/src/main/java/com/parsely/parselyandroid/ParselyTracker.kt
@@ -27,7 +27,7 @@ import org.jetbrains.annotations.TestOnly
27
public interface ParselyTracker {
28
29
/**
30
- * Register a pageview event using a URL and optional metadata. You should only be call this once per page view.
+ * Register a pageview event using a URL and optional metadata. You should only call this method once per page view.
31
*
32
* @param url The URL of the article being tracked (eg: "http://example.com/some-old/article.html")
33
* @param urlRef The url of the page that linked to the viewed page. Analogous to HTTP referer
0 commit comments