SCPCollectInputsResult
Objective-C
@interface SCPCollectInputsResult : NSObject
                Swift
class CollectInputsResult : NSObject
                Contains information about the data collected from a given form
- 
                  
                  
If true, the skip button was used to skip the form
Declaration
Objective-C
@property (nonatomic, readonly) BOOL skipped;Swift
var skipped: Bool { get } - 
                  
                  
Unavailable
You cannot directly instantiate this class.
Declaration
Objective-C
- (nonnull instancetype)init; - 
                  
                  
Unavailable
You cannot directly instantiate this class.
Declaration
Objective-C
+ (nonnull instancetype)new;