MoEngageCardTemplateData
@objc
public final class MoEngageCardTemplateData : NSObject, Codable, NSCoding, Sendable
Card Template data.
-
Type of Template.
Declaration
Swift
public let type: MoEngageCardTemplateType -
Containers in the template.
Declaration
Swift
@objc public let containers: [MoEngageCardContainer] -
Description property providing a summary of the template data.
Declaration
Swift
public override var description: String { get }