NotificationSeenEvent class

A NotificationSeenEvent is sent when the client should mark a specific notification as seen.

Inheritance

Constructors

NotificationSeenEvent({required String notificationId})
Create a NotificationSeenEvent with the given notificationId

Properties

hashCode int
The hash code for this object.
no setterinherited
notificationId String
The id of the Notification that was seen
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type VrcStreamingEventType
The type of VrcStreamingEvent received
no setteroverride

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