InAppMessageColor
public struct InAppMessageColor : Codable, Sendable, Equatable
In-App message color
-
Raw hex string - #AARRGGBB
Declaration
Swift
public let hexColorString: String
-
Parsed swiftUI color
Declaration
Swift
public let color: Color
-
In-app message color initializer
Declaration
Swift
public init(hexColorString: String)
Parameters
hexColorString
Color represented by hex string of the format #AARRGGBB
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws