Skip to content

Commit

Permalink
Undeprecate PageView event (close #665)
Browse files Browse the repository at this point in the history
* Undeprecate PageView event

* Put comment back
  • Loading branch information
mscwilson authored Jan 26, 2024
1 parent c51096d commit 394d907
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ 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.
* @Deprecated This event has been designed for web trackers, and is not suitable for mobile apps.
*/
@Deprecated("This event has been designed for web trackers, not suitable for mobile apps. Use `DeepLinkReceived` event to track deep-link received in the app.")
class PageView(pageUrl: String) : AbstractPrimitive() {
/** Page URL. */
private val pageUrl: String
Expand Down

0 comments on commit 394d907

Please sign in to comment.