EMSelectionInputDialogPrimitive

Objective-C

@protocol EMSelectionInputDialogPrimitive <EMInputPrimitive>

Swift

protocol EMSelectionInputDialogPrimitive : EMInputPrimitive

A protocol representing a selection dialog (SD) primitive.

This primitive has type EMPrimitiveTypeSD.

The allowed input format is EMPrimitiveInputFormatFixed.

  • Declaration

    Objective-C

    - (NSSet *)allowedInputValues;

    Swift

    func allowedInputValues() -> Set<AnyHashable>!

    Return Value

    A list of allowed input values for this primitive. Each value is of type NSString.