I notice in the documentation:
http://sdkdocs.roku.com/display/sdkdoc/ ... inaChannelThe standard for deep linking parameters enforced by Roku to support ads or universal search is that channels use the following parameters:
...and then it mentions 'contentID' and 'mediaType'.
My question: must this be 'contentID' and 'mediaType', explicitly? For my purposes, this
can work...there's plenty of room in those two things to squeeze what I need to in deep linking.
HOWEVER... say we wanted to use two other parameters, or we went with two other parameters thinking that it was ok to use whatever we want... will it work?
Also, is 'contentID' always a numeric? Can mediaType be any string?