MoEngageCardContainer
@objc
public final class MoEngageCardContainer : NSObject, Codable, NSCoding, Sendable
Container to hold UI widget.
-
Unique identifier for a template
Declaration
Swift
@objc public let id: Int -
Card Template type
Declaration
Swift
public let type: MoEngageCardTemplateType -
Style associated to the Container
Declaration
Swift
@objc public let style: MoEngageCardStyle? -
UI element in a card.
Declaration
Swift
@objc public let widgets: [MoEngageCardWidget] -
Action associated with cards
Declaration
Swift
@objc public let actions: [MoEngageCardAction] -
Declaration
Swift
public override var description: String { get }