visibility property
Sets the visibility of the notification. Must be either private
, public
,
or secret
. If unspecified, defaults to private
.
Implementation
final AndroidNotificationVisibility? visibility;
Sets the visibility of the notification. Must be either private
, public
,
or secret
. If unspecified, defaults to private
.
final AndroidNotificationVisibility? visibility;