Predefined

data class Predefined(val name: String, val filterValues: Map<String, Any>?, val sortValues: Map<String, Any>?) : QueryChannelsIdentifier

Identity for a server-side predefined filter: the actual filter and sort are resolved by the backend; identity is the predefined name plus the value maps used to interpolate it.

Constructors

Link copied to clipboard
constructor(name: String, filterValues: Map<String, Any>?, sortValues: Map<String, Any>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard