setFeedFilter method
Used to control which conversations are shown in the conversation feed, depending on access level, custom conversation attributes or message read status.
See {@link ConversationPredicate} for all available options.
You can also set the filter in {@link Session.createInbox} using {@link InboxOptions.feedFilter}.
Implementation
external void setFeedFilter(ConversationPredicate filter);