BVSubmission Class Reference
Conforms to | * : BVResponseType BVSubmittedType __covariant |
---|---|
Declared in | BVSubmission.h |
– addCustomSubmissionParameter:withValue:
This method adds extra user provided form parameters to a submission request, and will be urlencoded.
- (void)addCustomSubmissionParameter:(nonnull NSString *)parameter withValue:(nonnull NSString *)value
Parameters
parameter |
The user-provded key. |
---|---|
value |
The user-provided value. |
Declared In
BVSubmission.h
– submit:failure:
The success block is called when a successful submission occurs.
- (void)submit:(void ( ^ __nonnull ) ( BVSubmissionResponse<BVResponseType> *__nonnull ))success failure:(nonnull ConversationsFailureHandler)failure
Parameters
success |
The success block is called when a successful submission occurs. |
---|---|
failure |
The failure block is called when an unsuccessful submission occurs. This could be for a number of reasons: network failures, submission parameters invalid, or server errors occur. |
Declared In
BVSubmission.h