Package-level declarations
Types
Link copied to clipboard
object InAppColorParser
Parses the CSS hex forms #RGB, #RGBA, #RRGGBB, #RRGGBBAA into an ARGB Int. The leading # is mandatory (matches what the native-rich-media preview renders); anything else — a bare hex string, a bad length, non-hex characters, empty or null — returns null so the strict parser can reject the whole config.
Link copied to clipboard
object InAppConfigParser
Decodes the native-config JSON into an InAppMessage, strictly to the typed contract.