Enum RVAssetType
Specifies the types of visual assets used in the application, such as icons and images for various UI elements.
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public enum RVAssetType
Remarks
Use RVAssetType to identify the purpose of a visual asset when requesting or managing resources for user interface components. Each value represents a distinct asset category, such as icons for toolbars or images for empty states.
Fields
| Name | Description |
|---|---|
| DataSourceIcon | |
| EmptyStateImage | |
| ErrorIcon | |
| LoadingIndicator | |
| ToolbarIcon | |
| VisualizationIcon |