SMIListPicker
Objective-C
@protocol
SMIListPicker <SMIEntryPayload, SMIMessageSelectable, SMIEntryTypeMessage>
Swift
protocol ListPicker : EntryPayload, EntryTypeMessage, 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 }