VUFlattrThing Class Reference
| Inherits from | VUFlattrElement : NSObject |
| Declared in | VUFlattrThing.h VUFlattrThing.m |
Tasks
-
– descriptionRetrieve the description of the receiver.
-
– flattrUrlRetrieve the Flattr thing URL of the receiver.
-
– identifierRetrieve the identifier of the receiver.
-
– titleRetrieve the title of the receiver.
-
– urlRetrieve the actual source URL of the receiver.
-
– userRetrieve the user object used to retrieve the receiver via the API. It is not the user who owns the thing.
-
– flattrThisWithCompletionHandler:Flattr this thing.
Instance Methods
description
Retrieve the description of the receiver.
- (NSString *)descriptionReturn Value
Description of the receiver.
Discussion
Retrieve the description of the receiver.
Declared In
VUFlattrThing.hflattrThisWithCompletionHandler:
Flattr this thing.
- (void)flattrThisWithCompletionHandler:(VUFlattrCompletionHandler)completionHandlerParameters
- completionHandler
This is called after trying to flattr this thing. Error status needs to be checked in that handler.
Discussion
Flattr this thing.
Declared In
VUFlattrThing.hflattrUrl
Retrieve the Flattr thing URL of the receiver.
- (NSURL *)flattrUrlReturn Value
Flattr thing URL of the receiver.
Discussion
Retrieve the Flattr thing URL of the receiver.
Declared In
VUFlattrThing.hidentifier
Retrieve the identifier of the receiver.
- (NSUInteger)identifierReturn Value
Identifier of the receiver.
Discussion
Retrieve the identifier of the receiver.
Declared In
VUFlattrThing.htitle
Retrieve the title of the receiver.
- (NSString *)titleReturn Value
Title of the receiver.
Discussion
Retrieve the title of the receiver.
Declared In
VUFlattrThing.hurl
Retrieve the actual source URL of the receiver.
- (NSURL *)urlReturn Value
Actual source URL of the receiver.
Discussion
Retrieve the actual source URL of the receiver.
Declared In
VUFlattrThing.huser
Retrieve the user object used to retrieve the receiver via the API. It is not the user who owns the thing.
- (VUFlattrUser *)userReturn Value
The user object used to retrieve this thing.
Discussion
Retrieve the user object used to retrieve the receiver via the API. It is not the user who owns the thing.
Declared In
VUFlattrThing.h