NotificationType enum

Inheritance

Constructors

NotificationType(String value)
const

Values

mention → const NotificationType

Someone mentioned you in their status

const NotificationType('mention')
status → const NotificationType

Someone you enabled notifications for has posted a status

const NotificationType('status')
reblog → const NotificationType

Someone boosted one of your statuses

const NotificationType('reblog')
follow → const NotificationType

Someone followed you

const NotificationType('follow')
followRequest → const NotificationType

Someone requested to follow you

const NotificationType('follow_request')
favourite → const NotificationType

Someone favourited one of your statuses

const NotificationType('favourite')
poll → const NotificationType

A poll you have voted in or created has ended

const NotificationType('poll')
update → const NotificationType

A status you interacted with has been edited

const NotificationType('update')
adminSignUp → const NotificationType

Someone signed up (optionally sent to admins)

const NotificationType('admin.sign_up')
adminReport → const NotificationType

A new report has been filed

const NotificationType('admin.report')

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
value String
Returns the value.
final

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<NotificationType>
A constant List of the values in this enum, in order of their declaration.