MoEngageCardWidgetType public enum MoEngageCardWidgetType : String Card widget type image Widget that loads Image content. Declaration Swift case image = "image" text Widget that loads text content. Declaration Swift case text = "text" button Widget that loads button content. Declaration Swift case button = "button" unknown Unknown Declaration Swift case unknown = "unknown"