NotificationContext class
The context of a notification, used in NotificationCollectionHandler. @since 4.0.3
- Inheritance
-
- Object
- BaseMessageContext
- NotificationContext
Constructors
- NotificationContext(CollectionEventSource collectionEventSource, SendingStatus sendingStatus)
- Constructor @since 4.0.3
Properties
- collectionEventSource → CollectionEventSource
-
The CollectionEventSource of current context.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendingStatus → SendingStatus
-
The sendingStatus of the messages that's sent out from MessageCollectionHandler with this context.
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