CityGrid.h |
CityGrid SDK
An Objective-C library that provides an interface to the CityGrid REST API's as documented at http://docs.citygridmedia.com/display/citygridv2/CityGrid+APIs.
adsCustom |
+ (CGAdsCustom*) adsCustom;
Gets the builder for invoking ad searches. The builder will default to the global publisher and timeout.
adsMobile |
+ (CGAdsMobile*) adsMobile;
Gets the builder for invoking ad searches that return a mobile banner. The builder will default to the global publisher and timeout.
adsTracker |
+ (CGAdsTracker*) adsTracker;
Gets the builder for invoking ad searches that return a mobile banner. The builder will default to the global publisher and timeout.
debug |
+ (BOOL) debug;
Gets whether any debug information is displayed.
offersDetail |
+ (CGOffersDetail*) offersDetail;
Gets the builder for getting an offer for a specific location. The builder will default to the global publisher and timeout.
offersSearch |
+ (CGOffersSearch*) offersSearch;
Gets the builder for invoking offers searches. The builder will default to the global publisher and timeout.
placement |
+ (NSString*) placement;
Gets the global placement that assists a developer in breakdowns for publisher reports
placesDetail |
+ (CGPlacesDetail*) placesDetail;
Gets the builder for getting a detail for a place. The builder will default to the global publisher and timeout.
placesSearch |
+ (CGPlacesSearch*) placesSearch;
Gets the builder for invoking place searches. The builder will default to the global publisher and timeout.
publisher |
+ (NSString*) publisher;
Gets the global publisher that identifies a developer.
setDebug: |
+ (void) setDebug:(BOOL) debug;
Sets whether any debug information is displayed.
setPlacement: |
+ (void) setPlacement:(NSString*) placement;
Sets the global placement that assists a developer in breakdowns for publisher reports
setPublisher: |
+ (void) setPublisher:(NSString*) publisher;
Sets the global publisher that identifies a developer.
setSimulation: |
+ (void) setSimulation:(BOOL) simulation;
Sets whether any calls are made to the API or all network activity is simulated.
setTimeout: |
+ (void) setTimeout:(NSTimeInterval) timeout;
Sets the global network timeout for all server calls.
simulation |
+ (BOOL) simulation;
Gets whether any calls are made to the API or all network activity is simulated.
timeout |
+ (NSTimeInterval) timeout;
Gets the global network timeout for all server calls.
Last Updated: Friday, December 16, 2011