NotificationVisibility enum
The level of detail displayed in notifications on the lock screen.
Values
- visibilityPublic → const NotificationVisibility
-
Show this notification in its entirety on all lockscreens.
- visibilitySecret → const NotificationVisibility
-
Do not reveal any part of this notification on a secure lockscreen.
- visibilityPrivate → const NotificationVisibility
-
Show this notification on all lockscreens, but conceal sensitive or private information on secure lockscreens.
Properties
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<
NotificationVisibility> - A constant List of the values in this enum, in order of their declaration.