SMIFormResponseTextValue

Objective-C

@protocol SMIFormResponseTextValue <SMIFormResponseValue>

Swift

protocol FormResponseTextValue : FormResponseValue

Represents a text value of an input response.

  • The text value of the response.

    Declaration

    Objective-C

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

    Swift

    var textValue: String { get }