Enum ShowPreviewsSetting
The style for previewing a notification's content.
Namespace: Unity.Notifications.iOS
Syntax
public enum ShowPreviewsSetting
Fields
| Name | Description | Value |
|---|---|---|
| Always | The notification's content is always shown, even when the device is locked. |
|
| Never | The notification's content is never shown, even when the device is unlocked |
|
| WhenAuthenticated | The notification's content is shown only when the device is unlocked. |