Skip to content

Commit

Permalink
Put comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Jan 26, 2024
1 parent a9ae079 commit fff83d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import com.snowplowanalytics.core.constants.Parameters
import com.snowplowanalytics.core.constants.TrackerConstants

/**
* A pageView event.
* A PageView event. This event has been designed for web trackers, and is not suitable for mobile apps.
* @param pageUrl The page URL.
*/
class PageView(pageUrl: String) : AbstractPrimitive() {
Expand Down

0 comments on commit fff83d6

Please sign in to comment.