SMICarousel

Swift

protocol Carousel : Attachments, EntryPayload, EntryTypeMessage, SMIMessageSelectable

A response type that represents a specific choice.

  • An array of SMITitleLinkItem that will be displayed in the SMICarousel

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSArray<id<SMITitleLinkItem>> *items;

    Swift

    var items: [TitleLinkItem]? { get }