You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jc Miñarro edited this page Mar 4, 2021
·
4 revisions
The class FilterObject has been moved to a new package and refactored using a sealed class that represents all the different supported filters by Stream.
If you were creating filters by using the class Filters, you will only need to update the import line:
If you weren't using our Filters class to create your filters and used the FilterObject constructor, we recommend you to use the creation methods we provide on Filters class, with them you should be able to create all filters you need for your app.