Inherits from VUFlattrElement : NSObject
Declared in VUFlattrUser.h
VUFlattrUser.m

Tasks

Instance Methods

autosubmitURL:withErrorHandler:

Try to autosubmit the given URL with this user.

- (void)autosubmitURL:(NSURL *)url withErrorHandler:(VUFlattrErrorHandler)errorHandler

Parameters

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.

http://developers.flattr.net/auto-submit/

Declared In

VUFlattrUser.h

fetchInfoWithCompletionHandler:

Retrieve the information for this user asynchronously.

- (void)fetchInfoWithCompletionHandler:(VUFlattrCompletionHandler)completionHandler

Parameters

completionHandler

The completion handler is called when the retrieval is finished.

Discussion

Retrieve the information for this user asynchronously.

Declared In

VUFlattrUser.h

thingForSearchTerm:completionHandler:

Retrieve a list of matching things for a search term.

- (void)thingForSearchTerm:(NSString *)term completionHandler:(VUFlattrCompletionHandler)completionHandler

Parameters

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.h

thingForURL:completionHandler:

Retrieve the thing for a given URL.

- (void)thingForURL:(NSURL *)url completionHandler:(VUFlattrCompletionHandler)completionHandler

Parameters

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.h

thingsWithCompletionHandler:

Retrieve this user’s things asynchronously.

- (void)thingsWithCompletionHandler:(VUFlattrCompletionHandler)completionHandler

Parameters

completionHandler

The completion handler is called when the retrieval is finished.

Discussion

Retrieve this user’s things asynchronously.

Declared In

VUFlattrUser.h