SMIFormResult
Objective-C
@protocol SMIFormResult <NSObject>
Swift
protocol FormResult : NSObjectProtocol
Represents a result of a SMIFormResponseInputs
submission.
-
The type of result response
Declaration
Objective-C
@property (nonatomic, strong, readonly) SMIFormResultType _Nonnull resultType;
Swift
var resultType: FormResponseResultType { get }