Created
August 7, 2020 11:44
-
-
Save pflammertsma/6936af35f92bc1ab942c485ddbddb2ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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