Wow

object Wow

Central configuration and constants object for the Wow framework.

This object serves as a singleton container for framework-wide constants and version information. It provides standardized naming conventions and version tracking for the Wow ecosystem components.

Author

ahoo wang

Properties

Link copied to clipboard

The current version of the Wow framework. This value is dynamically retrieved from the package implementation version at runtime. If no version is available, returns an empty string.

Link copied to clipboard
const val WOW: String

The base name identifier for the Wow framework. Used as a prefix for various naming conventions throughout the framework.

Link copied to clipboard
const val WOW_PREFIX: String

The standard prefix used for Wow-related naming conventions. Combines the base WOW name with a dot separator for hierarchical naming.