AndroidDsStrings

Android-specific contract for design system string assets. String keys generated or defined on Android must implement this interface to resolve to theme attributes.

Properties

Link copied to clipboard

Resolves and loads the localized string value for this DsStrings directly on iOS.

Functions

Link copied to clipboard
abstract fun toAttrId(): Pair<Int, String>

Maps the string key to its corresponding Android theme attribute ID and optional variant name.