Jump to top

NotificationAndroidVisibility

enum

The enum representing the visibility of a notification.

Example:

firebase.messaging.NotificationAndroidVisibility.VISIBILITY_SECRET;

Members

VISIBILITY_PRIVATE</>

Show this notification on all lock-screens, but conceal sensitive or private information on secure lock-screens.

VISIBILITY_PUBLIC</>

Show this notification in its entirety on all lock-screens.

VISIBILITY_SECRET</>

Do not reveal any part of this notification on a secure lock-screen.