ParticipationSettings class
Specifies access and notification settings for a given user's participation to a given conversation. Used in {@link ConversationBuilder.setParticipant}. @public
- Annotations
-
- @JS()
- @anonymous
Constructors
- ParticipationSettings()
-
factory
Properties
- access ↔ String?
-
Specifies the participant's access permission for a conversation. See {@link ConversationBuilder.setParticipant}
"Read" | "ReadWrite"
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- notify ↔ bool?
-
Specifies the participants's notification settings. See {@link ConversationBuilder.setParticipant}
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