GroupReceiptPolicy enum
Who a group message has to reach before its bubble leaves the single grey check. Only the grey ✓✓ is governed by this — the blue one always means every member of the room read the message.
Values
- allMembers → const GroupReceiptPolicy
-
Every other member of the room, whether or not they have ever opened it. Strict WhatsApp parity, and mute for as long as one member of the room never connects.
- acknowledgingMembers → const GroupReceiptPolicy
-
Only the members who have ever acknowledged anything in this room — the ones there is evidence ever connected. The default: a roster entry that has never produced a single receipt cannot be distinguished from an invitee who never showed up, and holding the whole group's delivery state on them tells the sender nothing at all.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
GroupReceiptPolicy> - A constant List of the values in this enum, in order of their declaration.