Prashanth_Thug1
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2017
02:48 AM
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?
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?
4 REPLIES 4

bbrouse
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2017
08:02 AM
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.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2017
10:37 AM
Re: Deep linking?
The blog is helpful too -
https://blog.roku.com/developer/2016/06 ... p-linking/
https://blog.roku.com/developer/2016/06 ... p-linking/
Prashanth_T
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2017
12:55 AM
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.
Prashanth_T
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2017
12:57 AM
Re: Deep linking?
"destruk" wrote:
The blog is helpful too -
https://blog.roku.com/developer/2016/06 ... p-linking/
Thank You