SMIMessageSelectable

Objective-C

@protocol SMIMessageSelectable

Swift

protocol SMIMessageSelectable

A message that has selectable choices.

  • The selected choice(s).

    See

    SMIChoice

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSArray<id<SMIChoice>> *selected;

    Swift

    var selected: [Choice]? { get }