Enum NotificationType
Represents the type of notification, determining its purpose and payload structure.
public enum NotificationType
Fields
ProjectInvitationReceived = 0A notification sent when a user receives a project invitation from another user.
ProjectInvitationResult = 1A notification sent when a project invitation has been accepted, declined, or expired.
ProjectJoinRequestReceived = 2A notification sent to a project owner when they receive a join request from another user.
ProjectJoinRequestResult = 3A notification sent when a project join request has been approved, declined, or expired.