Enum ShowPreviewsSetting
The style for previewing a notification's content.
Namespace: Unity.Notifications.iOS
Assembly: Unity.Notifications.iOS.dll
Syntax
public enum ShowPreviewsSetting
Fields
Name | Description |
---|---|
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. |