NotificationVisibility enum
Defines the notification visibility on the lockscreen.
Constants
- private → const NotificationVisibility
-
Show this notification on all lockscreens, but conceal sensitive or private information on secure lockscreens.
const NotificationVisibility(0)
- public → const NotificationVisibility
-
Show this notification in its entirety on all lockscreens.
const NotificationVisibility(1)
- secret → const NotificationVisibility
-
Do not reveal any part of this notification on a secure lockscreen.
const NotificationVisibility(2)
-
values
→ const List<
NotificationVisibility> -
A constant List of the values in this enum, in order of their declaration.
const List<
NotificationVisibility>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited