Roku Direct Publisher

Roku Direct Publisher - the easiest way to create a great TV experience. Learn more about how to create a Roku channel and share your experiences with others.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sujithdb
Visitor

Category list using SDK

Hello All,

I saw an option like below to create a category section/row, but I assume its only for DirectPub. I am trying to implement it using SDK. Does anyone have sample code / reference for implementing 'Category' list using SDK?

   "categories": [
       {
           "name": "Category1",
           "query": "catg1",
           "order": "most_recent"
       },
       {
           "name": "Category2",
           "query": "catg2",
           "order": "most_recent"
       }
   ]

tag element:
  "tags": [
     "catg2"
  ] 
 


Any help/guidance would be thankful.
0 Kudos
1 REPLY 1
37mediagroup
Roku Guru

Re: Category list using SDK

You'll probably be better off posting this in the SDK section. Most of us here tend to stay solely with DP & not know much coding. There's a few, not sure how frequently they check back.
0 Kudos