Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAkram committed Jan 17, 2024
1 parent e980b33 commit 16b82cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/src/main/java/com/example/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ public void trackPlay(View view) {
"http://example.com/thumbs/video-1234",
"Awesome Video #1234",
Calendar.getInstance(),
90
90,
"post"
);
// NOTE: For videos embedded in an article, "url" should be the URL for that article.
ParselyTracker.sharedInstance().trackPlay("http://example.com/app-videos", null, metadata, null);
Expand Down

0 comments on commit 16b82cd

Please sign in to comment.