PredefinedFilter

data class PredefinedFilter(val filter: FilterObject, val sort: QuerySorter<Channel>)

Represents a predefined filter parsed by the backend.

Parameters

filter

The parsed filter specification.

sort

The parsed sort specification, or locally calculated fallback if null.

Constructors

Link copied to clipboard
constructor(filter: FilterObject, sort: QuerySorter<Channel>)

Properties

Link copied to clipboard
Link copied to clipboard