rokudev / SceneGraphDeveloperExtensions

Other
114 stars 64 forks source link

Required: Deep linking #2

Open lesha888 opened 6 years ago

lesha888 commented 6 years ago

Required: Need content IDs with their titles for testing deep linking with mediatypes 'episode' and 'season', as specified in Roku's deep linking policy: https://sdkdocs.roku.com/display/sdkdoc/Deep+Linking.

RokuChris commented 5 years ago

We purposefully did not build any pre-defined deep linking flows into SGDEX because of the freeform nature of launch parameters and the varied requirements partners have for their deep linking logic. The idea was to give developers the freedom to build their own deep linking flows using the existing components, similar to how the legacy SDK worked.

That said, the ComponentController does have two fields to help facilitate building deep linking flows: allowCloseChannelOnLastView and allowCloseLastViewOnBack.

https://github.com/rokudev/SceneGraphDeveloperExtensions/blob/master/documentation/1-components.md#componentcontroller