visibility property
Set the Notification.visibility of the notification. Possible string values are:
- "VISIBILITY_UNSPECIFIED" : If unspecified, default to
Visibility.PRIVATE
. - "PRIVATE" : Show this notification on all lockscreens, but conceal sensitive or private information on secure lockscreens.
- "PUBLIC" : Show this notification in its entirety on all lockscreens.
- "SECRET" : Do not reveal any part of this notification on a secure lockscreen.
Implementation
core.String? visibility;