Current status of the notification.
import co.novu.models.components.NotificationFeedItemDtoStatus;
NotificationFeedItemDtoStatus value = NotificationFeedItemDtoStatus.SENT;
// Open enum: use .of() to create instances from custom string values
NotificationFeedItemDtoStatus custom = NotificationFeedItemDtoStatus.of("custom_value");| Name | Value |
|---|---|
SENT |
sent |
ERROR |
error |
WARNING |
warning |