EMSelectionInputDialogPrimitive Protocol Reference
| Conforms to | EMInputPrimitive |
|---|---|
| Declared in | EMSelectionInputDialogPrimitive.h |
Overview
A protocol representing a selection dialog (SD) primitive.
This primitive has type EMPrimitiveTypeSD.
The allowed input format is EMPrimitiveInputFormatFixed.
– allowedInputValues
required method
A list of allowed input values for this primitive. Each value is of type NSString.
- (NSSet *)allowedInputValuesReturn Value
A list of allowed input values for this primitive. Each value is of type NSString.
Declared In
EMSelectionInputDialogPrimitive.h