Difference between revisions of "HighlightsSorting"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Enum_Spec| Description=Enumeration that represents the possible sorting criteria (with respect to highlights/rating) used when selecting Live Schedules. |Values= {{{!...")
 
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:
  
 
|SeeAlso=
 
|SeeAlso=
 +
* [[EpgLiveSchedule|EpgLiveSchedule]] object
 +
* [[ReducedLiveSchedule|ReeducedLiveSchedule]] object
 +
* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods
 
}}
 
}}

Latest revision as of 06:23, 1 April 2015

Enumeration that represents the possible sorting criteria (with respect to highlights/rating) used when selecting Live Schedules.

Values

Value Name Details
0 Default Default sorting
1 Highlights Sort schedules by rating (descending; highest rated contents appear first)


Known issues

None


Version history

API Version Number Change description Changes author
3.1 Initial implementation


See also