TTBatchRouteResponseDelegate
Objective-C
@protocol TTBatchRouteResponseDelegate <NSObject>
Swift
protocol TTBatchRouteResponseDelegate : NSObjectProtocol
Protocol for TTBatchRoute - TTBatchRouteResponseDelegate
-
Declaration
Objective-C
- (void)batch:(TTBatchRoute *_Nonnull)route completedWithResponse:(TTBatchRouteResponse *_Nonnull)response;Swift
func batch(_ route: TTBatchRoute, completedWith response: TTBatchRouteResponse)Parameters
route- object TTBatchRoute
responsecompleted With TTBatchRouteResult
-
Declaration
Objective-C
- (void)batch:(TTBatchRoute *_Nonnull)route failedWithError:(TTResponseError *_Nonnull)responseError;Swift
func batch(_ route: TTBatchRoute, failedWithError responseError: TTResponseError)Parameters
route- object TTBatchRoute
responseError- completed With Response TTResponseError
TTBatchRouteResponseDelegate Protocol Reference