Companion

object Companion

Functions

stationMatches
Link copied to clipboard
fun stationMatches(station: Station, options: Map<String, Any>): Boolean

Returns true if the given station's options match the given option query.

fun stationMatches(station: Station, key: String, value: Any?): Boolean

Return true if the given station's options match the given key/value pair.