MastodonNotificationType enum
Type of notification.
Covers standard Mastodon notification types.
Fedibird-specific types (such as emoji_reaction) are treated as unknown.
Values
- mention → const MastodonNotificationType
-
Your status was mentioned.
- status → const MastodonNotificationType
-
A user you follow posted a new status (Mastodon 3.3+).
- reblog → const MastodonNotificationType
-
Your status was boosted.
- follow → const MastodonNotificationType
-
You gained a follower.
- followRequest → const MastodonNotificationType
-
You received a follow request.
- favourite → const MastodonNotificationType
-
Your status was favourited.
- poll → const MastodonNotificationType
-
A poll you participated in has ended.
- update → const MastodonNotificationType
-
A status you interacted with was edited (Mastodon 3.5+).
- adminSignUp → const MastodonNotificationType
-
Admin: a new user signed up (Mastodon 3.5+).
- adminReport → const MastodonNotificationType
-
Admin: a new report was filed (Mastodon 4.0+).
- severedRelationships → const MastodonNotificationType
-
A follow relationship was forcibly severed (Mastodon 4.3+).
- moderationWarning → const MastodonNotificationType
-
A moderation warning was received (Mastodon 4.3+).
- quote → const MastodonNotificationType
-
Your status was quoted (Mastodon 4.5+ / FEP-044f).
- quotedUpdate → const MastodonNotificationType
-
A quoted status was updated (Mastodon 4.5+ / FEP-044f).
- unknown → const MastodonNotificationType
-
Unknown or future notification type.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MastodonNotificationType> - A constant List of the values in this enum, in order of their declaration.