Table of Contents

Enum NotificationType

Namespace
Builvero.Domain.Entities
Assembly
Builvero.Domain.dll

Represents the type of notification, determining its purpose and payload structure.

public enum NotificationType

Fields

ProjectInvitationReceived = 0

A notification sent when a user receives a project invitation from another user.

ProjectInvitationResult = 1

A notification sent when a project invitation has been accepted, declined, or expired.

ProjectJoinRequestReceived = 2

A notification sent to a project owner when they receive a join request from another user.

ProjectJoinRequestResult = 3

A notification sent when a project join request has been approved, declined, or expired.