MoEngageCardStyle

@objc
public final class MoEngageCardStyle : NSObject, Codable, NSCoding, Sendable

UI style

  • Background color for the widget.

    Declaration

    Swift

    @objc
    public let bgColor: UIColor?
  • Declaration

    Swift

    required public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public override var description: String { get }