Forum Discussion
5 Replies
- coldrainBinge WatcherDeep linking calls your main funtion and it's your program's responsible to play the video. So you have full control.
- ionatanRoku GuruMy question is regarding "after playback" behavior. Roku documentation https://sdkdocs.roku.com/display/sdkdoc/Deep+Linking explains what should be handled various deep linking calls, but I couldn't find any info about what should happen after a video is played through deep linking feature.
- renojimCommunity Streaming ExpertI would think the same thing should happen after playback whether the video was chosen by deep-linking or chosen via the UI.
- RokuBenCommunity ModeratorYes, there's no need to exit after a deep linked video is played, your app can go to its main screen or another landing screen, such as suggestions for other videos.
- ionatanRoku GuruThanks!