ChannelNotifyProps class abstract

ChannelNotifyProps

Properties:

  • email - Set to "true" to enable email notifications, "false" to disable, or "default" to use the global user notification setting.
  • push - Set to "all" to receive push notifications for all activity, "mention" for mentions and direct messages only, "none" to disable, or "default" to use the global user notification setting.
  • desktop - Set to "all" to receive desktop notifications for all activity, "mention" for mentions and direct messages only, "none" to disable, or "default" to use the global user notification setting.
  • markUnread - Set to "all" to mark the channel unread for any new message, "mention" to mark unread for new mentions only. Defaults to "all".

Constructors

ChannelNotifyProps([void updates(ChannelNotifyPropsBuilder b)])
factory

Properties

desktop String?
Set to "all" to receive desktop notifications for all activity, "mention" for mentions and direct messages only, "none" to disable, or "default" to use the global user notification setting.
no setter
email bool?
Set to "true" to enable email notifications, "false" to disable, or "default" to use the global user notification setting.
no setter
hashCode int
The hash code for this object.
no setterinherited
markUnread String?
Set to "all" to mark the channel unread for any new message, "mention" to mark unread for new mentions only. Defaults to "all".
no setter
push String?
Set to "all" to receive push notifications for all activity, "mention" for mentions and direct messages only, "none" to disable, or "default" to use the global user notification setting.
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
rebuild(dynamic updates(ChannelNotifyPropsBuilder)) ChannelNotifyProps
Rebuilds the instance.
inherited
toBuilder() ChannelNotifyPropsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ChannelNotifyProps>
no setter