Skip to content

Instantly share code, notes, and snippets.

@pflammertsma
Created August 7, 2020 11:44
Show Gist options
  • Save pflammertsma/6936af35f92bc1ab942c485ddbddb2ea to your computer and use it in GitHub Desktop.
Save pflammertsma/6936af35f92bc1ab942c485ddbddb2ea to your computer and use it in GitHub Desktop.
.setWatchNextType(
WatchNextPrograms.WATCH_NEXT_TYPE_CONTINUE)
.setContentId(myProgramId)
.setType(PreviewPrograms.TYPE_MOVIE)
.setTitle("Program Title")
.setDescription("Program Description")
.setPosterArtUri(
Uri.parse("http://example.com/poster_art.png"))
.setLastEngagementTimeUtcMillis(System.currentTimeMillis())
Then you build
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment