Enum NotificationPreviewStyle
Constants indicating the style previewing a notification's content.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum NotificationPreviewStyle
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. |
| NotAccessible | |
| WhenAuthenticated | The notification's content is shown only when the device is unlocked. |