SMICarousel
Objective-C
@protocol SMICarousel <SMIEntryPayload, SMIMessageSelectable,
SMIEntryTypeMessage, SMIAttachments>
Swift
protocol Carousel : Attachments, EntryPayload, EntryTypeMessage, SMIMessageSelectable
A response type that represents a specific choice.
-
An array of
SMITitleLinkItem
that will be displayed in theSMICarousel
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSArray<id<SMITitleLinkItem>> *items;
Swift
var items: [any TitleLinkItem]? { get }