Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.88 KB

File metadata and controls

66 lines (44 loc) · 1.88 KB
//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE                                                                  //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: schema.zmodel · Generated: 2026-02-23                                            //
//////////////////////////////////////////////////////////////////////////////////////////////

Index / Enums / NotificationChannel

NotificationChannel Enum

Delivery channel for user notifications.

Users can configure per-channel preferences for each notification type. EMAIL and PUSH are opt-in; IN_APP is always enabled and cannot be disabled.

Defined in: enums.zmodel

Declaration · enums.zmodel
enum NotificationChannel {
    IN_APP
    EMAIL
    PUSH
}

🏷️ Values

Possible values for this enumeration.

Value Description
IN_APP Displayed in the notification center within the application.
EMAIL Sent to the user's primary email address.
PUSH Delivered via browser or mobile push notification.

📍 Used By

Models and fields that reference this type.

diagram


📚 References


Previous: BillingInterval · Next: NotificationSeverity