Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAkram committed Jan 17, 2024
1 parent 16b82cd commit c695bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/main/java/com/example/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ public void trackPlay(View view) {
"http://example.com/thumbs/video-1234",
"Awesome Video #1234",
Calendar.getInstance(),
90,
"post"
"post",
90
);
// 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 c695bcc

Please sign in to comment.