SMIFormRecordsResult
Objective-C
@protocol SMIFormRecordsResult <SMIFormResult>
Swift
protocol FormRecordsResult : FormResult
Represents a successful SMIFormResponseInputs
submission.
-
The list of objects representing successful submission of the form.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<id<SMIFormRecordResult>> *_Nonnull records;
Swift
var records: [any FormRecordResult] { get }