MoEngageCardWidgetType

public enum MoEngageCardWidgetType : String

Card widget type

  • Widget that loads Image content.

    Declaration

    Swift

    case image = "image"
  • Widget that loads text content.

    Declaration

    Swift

    case text = "text"
  • Widget that loads button content.

    Declaration

    Swift

    case button = "button"
  • Unknown

    Declaration

    Swift

    case unknown = "unknown"