Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Deep linking?

Hi,
can anyone explain deep linking with code?
where the changes have to be made in our current application?
does anyone have sample application in which deep linking has been incorporated?  
0 Kudos
4 REPLIES 4
bbrouse
Visitor

Re: Deep linking?

The SDK docs do a good job of explaining what you need to do in your code to handle deep link parameters. You have to accept deep linking parameters in your main function and perform the appropriate task based on the deep linking params.
0 Kudos
destruk
Binge Watcher

Re: Deep linking?

0 Kudos
Prashanth_T
Visitor

Re: Deep linking?

"bbrouse" wrote:
The SDK docs do a good job of explaining what you need to do in your code to handle deep link parameters. You have to accept deep linking parameters in your main function and perform the appropriate task based on the deep linking params.

Thank You.
0 Kudos
Prashanth_T
Visitor

Re: Deep linking?

"destruk" wrote:
The blog is helpful too -
https://blog.roku.com/developer/2016/06 ... p-linking/

Thank You
0 Kudos