MoEngageCardStyle
@objc
public class MoEngageCardStyle : NSObject, Codable, NSCoding
UI style
-
Background color for the widget.
Declaration
Swift
@objc public internal(set) var bgColor: UIColor? { get }
-
Declaration
Swift
required public init(from decoder: Decoder) throws