VUFlattrUser Class Reference
| Inherits from | VUFlattrElement : NSObject |
| Declared in | VUFlattrUser.h VUFlattrUser.m |
Tasks
-
– autosubmitURL:withErrorHandler:Try to autosubmit the given URL with this user.
-
– fetchInfoWithCompletionHandler:Retrieve the information for this user asynchronously.
-
– thingsWithCompletionHandler:Retrieve this user’s things asynchronously.
-
– thingForSearchTerm:completionHandler:Retrieve a list of matching things for a search term.
-
– thingForURL:completionHandler:Retrieve the thing for a given URL.
Instance Methods
autosubmitURL:withErrorHandler:
Try to autosubmit the given URL with this user.
- (void)autosubmitURL:(NSURL *)url withErrorHandler:(VUFlattrErrorHandler)errorHandlerParameters
- url
The URL to autosubmit.
- errorHandler
The error handler is called if an error occurs.
Discussion
Try to autosubmit the given URL with this user.
Declared In
VUFlattrUser.hfetchInfoWithCompletionHandler:
Retrieve the information for this user asynchronously.
- (void)fetchInfoWithCompletionHandler:(VUFlattrCompletionHandler)completionHandlerParameters
- completionHandler
The completion handler is called when the retrieval is finished.
Discussion
Retrieve the information for this user asynchronously.
Declared In
VUFlattrUser.hthingForSearchTerm:completionHandler:
Retrieve a list of matching things for a search term.
- (void)thingForSearchTerm:(NSString *)term completionHandler:(VUFlattrCompletionHandler)completionHandlerParameters
- term
The term to search for.
- completionHandler
The completion handler is called when the retrieval is finished.
Discussion
Retrieve a list of matching things for a search term.
Declared In
VUFlattrUser.hthingForURL:completionHandler:
Retrieve the thing for a given URL.
- (void)thingForURL:(NSURL *)url completionHandler:(VUFlattrCompletionHandler)completionHandlerParameters
- url
The URL to search for.
- completionHandler
The completion handler is called when the retrieval is finished.
Discussion
Retrieve the thing for a given URL.
Declared In
VUFlattrUser.hthingsWithCompletionHandler:
Retrieve this user’s things asynchronously.
- (void)thingsWithCompletionHandler:(VUFlattrCompletionHandler)completionHandlerParameters
- completionHandler
The completion handler is called when the retrieval is finished.
Discussion
Retrieve this user’s things asynchronously.
Declared In
VUFlattrUser.h