EventType enum

Inheritance

Constructors

EventType()
const

Values

onActivate → const EventType
onDismissedApplicationHidden → const EventType

The app explicitly hid the toast notification by calling the ToastNotifier.hide method.

onDismissedUserCanceled → const EventType

The user dismissed the toast notification.

onDismissedTimedOut → const EventType

The toast notification had been shown for the maximum allowed time and was faded out. The maximum time to show a toast notification is 7 seconds except in the case of long-duration toasts, in which case it is 25 seconds.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<EventType>
A constant List of the values in this enum, in order of their declaration.