setFilters

fun setFilters(newFilters: FilterObject)

Allows for the change of filters used for channel queries.

Use this if you need to support runtime filter changes, through custom filters UI.

Warning: The filter that's applied will override the initialFilters set through the constructor.

Parameters

newFilters

The new filters to be used as a baseline for filtering channels.