ConstantContact iOS SDK
All Classes Namespaces Files Functions Properties Macros
Instance Methods | Class Methods | Properties | List of all members
ClickThroughDetails Class Reference

#import <ClickThroughDetails.h>

Inheritance diagram for ClickThroughDetails:

Instance Methods

(id) - initWithDictionary:
 

Class Methods

(ClickThroughDetails *) + clickThroughDetailsWithDictionary:
 

Properties

NSString * url
 
NSString * urlUid
 
int clickCount
 

Detailed Description

Represents a single Campaign in Constant Contact

Method Documentation

+ (ClickThroughDetails *) clickThroughDetailsWithDictionary: (NSDictionary *)  dictionary
- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a ClickThroughDetails object from an dictionary

Parameters
NSDictionary* dictionary - associative dictionary of initial properties to set
Returns
ClickThroughDetails *

Property Documentation

- (int) clickCount
readwritenonatomicassign
- (NSString*) url
readwritenonatomicstrong
- (NSString*) urlUid
readwritenonatomicstrong

The documentation for this class was generated from the following files: