sujithdb
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019
07:29 AM
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?
Any help/guidance would be thankful.
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.
1 REPLY 1
37mediagroup
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2019
10:52 AM
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.