EAEExxtractorLocationRequesting

Objective-C

@protocol EAEExxtractorLocationRequesting <NSObject>

/*!
 Method which performs the request that retrieves the exxtractor's location
 
 @param success The block which will be executed upon a successful request
 @param failure The block which will be executed upon a failed request
 */
- (void)requestLocationWithSuccess:(BAWebServiceSuccessResponse)success
                           failure:(BAWebServiceFailureResponse)failure
                  isHTTPSAvailable:(BOOL) isHTTPSAvailable;

@end

Swift

protocol EAEExxtractorLocationRequesting : NSObjectProtocol

Undocumented