ALRequestDelegate Protocol Reference
Conforms to | NSObject |
Declared in | Alohar.h |
Tasks
-
– aloharRequestFinished:
Callback when the request returns successfully.
-
– aloharDidFailWithError:
Callback when request fails with error.
Instance Methods
aloharDidFailWithError:
Callback when request fails with error.
- (void)aloharDidFailWithError:(NSError *)error
Parameters
- error
Detailed error infomation.
Discussion
Callback when request fails with error.
Declared In
Alohar.h
aloharRequestFinished:
Callback when the request returns successfully.
- (void)aloharRequestFinished:(ALResponse *)response
Parameters
- response
An instance of ALResponse.
Discussion
Callback when the request returns successfully.
Declared In
Alohar.h