Skip to content

Commit

Permalink
Update API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Mar 16, 2018
1 parent 6169919 commit 6cb1b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartDeviceLink/SDLManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
Send all of the requests one at a time, with the next one going out only after the previous one has received a response. Call the completionHandler after all requests have either failed or given a response.
@param requests The requests to be sent
@param progressHandler A handler called every time a response is received
@param progressHandler A handler called every time a response is received. Return NO to cancel any requests that have not yet been sent, YES to continue sending requests.
@param completionHandler A handler to call when all requests have been responded to
*/
- (void)sendSequentialRequests:(NSArray<SDLRPCRequest *> *)requests progressHandler:(nullable SDLMultipleSequentialRequestProgressHandler)progressHandler completionHandler:(nullable SDLMultipleRequestCompletionHandler)completionHandler NS_SWIFT_NAME(sendSequential(requests:progressHandler:completionHandler:));
Expand Down

0 comments on commit 6cb1b26

Please # to comment.