Enum UserCategory
Represents the primary category classification for a user, indicating their main area of expertise or interest.
public enum UserCategory
Fields
DataAndAIBuilder = 2The user is primarily focused on data science, artificial intelligence, or machine learning.
Designer = 1The user is primarily a designer focused on visual design, UI/UX, or graphics.
DigitalCreator = 3The user is primarily a digital creator focused on content creation, media, or creative work.
SoftwareEngineer = 0The user is primarily a software engineer focused on development and programming.