OudsTagStatus

sealed class OudsTagStatus

The status of an OudsTag. Each status is designed to convey a specific meaning and ensure clarity in communication. It determines the background and the content colors of the tag. It also carries the optional asset to be displayed in the tag: bullet or icon. Depending on the status, this icon can be customizable or be a status dedicated icon.

Inheritors

Types

Link copied to clipboard

Used to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience. Its asset can be an OudsTagAsset.Bullet, an OudsTagAsset.Icon or null if no asset is needed.

Link copied to clipboard

Conveys informational messages or supplementary details. This functional status is used for neutral, helpful, or contextual information. Its asset can be an OudsTagAsset.Bullet, an OudsTagAsset.Icon.Default or null if no asset is needed.

Link copied to clipboard

Represents errors, critical issues, or urgent attention needed. This functional status is used to highlight problems or failed actions. Its asset can be an OudsTagAsset.Bullet, an OudsTagAsset.Icon.Default or null if no asset is needed.

Link copied to clipboard

Default or inactive status. Used for standard labels, categories, or when no specific status needs to be communicated. Its asset can be an OudsTagAsset.Bullet, an OudsTagAsset.Icon or null if no asset is needed.

Link copied to clipboard

Indicates success, confirmation, or a positive status. This functional status is commonly used to highlight completed actions or approved items. Its asset can be an OudsTagAsset.Bullet, an OudsTagAsset.Icon.Default or null if no asset is needed.

Link copied to clipboard

Signals caution or a potentially risky situation. This functional status is used to draw attention to items requiring user awareness or intervention. Its asset can be an OudsTagAsset.Bullet, an OudsTagAsset.Icon.Default or null if no asset is needed.

Properties

Link copied to clipboard

Functions

Link copied to clipboard

The color associated with this status.

Link copied to clipboard

The muted color associated with this status.