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