SMIListPicker

Swift

protocol ListPicker : EntryPayload, EntryTypeMessage, SMIMessageChoices, SMIMessageSelectable

The entry type that allows you to pick an item from a list.

  • The text for the ListPicker.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull text;

    Swift

    var text: String { get }