Enum LockScreenVisibility
Determines whether notifications appear on the lock screen.
Namespace: Unity.Notifications.Android
Assembly: Unity.Notifications.Android.dll
Syntax
public enum LockScreenVisibility
Fields
| Name | Description |
|---|---|
| Private | Show this notification on all lock screens, but conceal sensitive or private information on secure lock screens. |
| Public | Show this notification in its entirety on the lock screen. |
| Secret | Do not reveal any part of this notification on a secure lock screen. |