Skip to content

Commit

Permalink
docs: extend comment for siteIdSource parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Apr 16, 2024
1 parent 68eec00 commit 9af20d9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public interface ParselyTracker {
* content). Do not use this for **content also hosted on** URLs Parse.ly
* would normally crawl.
* @param extraData A Map of additional information to send with the event.
* @param siteIdSource The source of the site ID to use for the event.
* @param siteIdSource The source of the site ID to use for the event. If [SiteIdSource.Default],
* the site ID provided during [init] will be used. Otherwise, the site ID
* provided in the [SiteIdSource.Custom] object will be used.
*/
public fun trackPageview(
url: String,
Expand Down

0 comments on commit 9af20d9

Please sign in to comment.