MoEngageCardTemplateData

@objc
public class MoEngageCardTemplateData : NSObject, Codable, NSCoding

Card Template data.

  • Type of Template.

    Declaration

    Swift

    public internal(set) var type: MoEngageCardTemplateType { get }
  • Containers in the template.

    Declaration

    Swift

    @objc
    public internal(set) var containers: [MoEngageCardContainer] { get }
  • Description property providing a summary of the template data.

    Declaration

    Swift

    public override var description: String { get }