AuthorizationStatus enum

Represents the current status of the platforms notification permissions.

Inheritance

Constructors

AuthorizationStatus()
const

Values

authorized → const AuthorizationStatus

The app is authorized to create notifications.

denied → const AuthorizationStatus

The app is not authorized to create notifications.

notDetermined → const AuthorizationStatus

The app user has not yet chosen whether to allow the application to create notifications. Usually this status is returned prior to the first call of requestPermission.

provisional → const AuthorizationStatus

The app is currently authorized to post non-interrupting user notifications.

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