VUFlattrThing Class Reference
Inherits from | VUFlattrElement : NSObject |
Declared in | VUFlattrThing.h VUFlattrThing.m |
Tasks
-
– description
Retrieve the description of the receiver.
-
– flattrUrl
Retrieve the Flattr thing URL of the receiver.
-
– identifier
Retrieve the identifier of the receiver.
-
– title
Retrieve the title of the receiver.
-
– url
Retrieve the actual source URL of the receiver.
-
– user
Retrieve 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 *)description
Return Value
Description of the receiver.
Discussion
Retrieve the description of the receiver.
Declared In
VUFlattrThing.h
flattrThisWithCompletionHandler:
Flattr this thing.
- (void)flattrThisWithCompletionHandler:(VUFlattrCompletionHandler)completionHandler
Parameters
- 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.h
flattrUrl
Retrieve the Flattr thing URL of the receiver.
- (NSURL *)flattrUrl
Return Value
Flattr thing URL of the receiver.
Discussion
Retrieve the Flattr thing URL of the receiver.
Declared In
VUFlattrThing.h
identifier
Retrieve the identifier of the receiver.
- (NSUInteger)identifier
Return Value
Identifier of the receiver.
Discussion
Retrieve the identifier of the receiver.
Declared In
VUFlattrThing.h
title
Retrieve the title of the receiver.
- (NSString *)title
Return Value
Title of the receiver.
Discussion
Retrieve the title of the receiver.
Declared In
VUFlattrThing.h
url
Retrieve the actual source URL of the receiver.
- (NSURL *)url
Return Value
Actual source URL of the receiver.
Discussion
Retrieve the actual source URL of the receiver.
Declared In
VUFlattrThing.h
user
Retrieve the user object used to retrieve the receiver via the API. It is not the user who owns the thing.
- (VUFlattrUser *)user
Return 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