ConversationPredicate class

Allows you to filter conversations down to a specific subset.

Use with {@link Inbox.setFeedFilter} or pass {@link InboxOptions.feedFilter} to {@link Session.createInbox}.

Annotations
  • @JS()
  • @anonymous

Constructors

ConversationPredicate()
factory

Properties

access ↔ dynamic
Only select conversations that the current user as specific access to.
getter/setter pair
custom ↔ dynamic
Only select conversations that have particular custom fields set to particular values.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasUnreadMessages bool?
Set this field to only select conversations that have, or don't have any, unread messages.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited