class
UI::DesignTokens::AndroidRendererNotImplemented
- UI::DesignTokens::AndroidRendererNotImplemented
- Exception
- Reference
- Object
Overview
Raised when an Android-specific serializer is asked to emit a value it
cannot honestly represent (e.g., the platform-resolved SYSTEM_ACCENT
sentinel has no fixed ARGB — the correct Android emission is the
?attr/colorPrimary theme reference, which only the future Android
XML/resource generator knows how to produce). Surfaces as a fail-loud
signal that the deferred Android generator must be updated before
consuming SYSTEM_ACCENT-bearing tokens.