GSAd Protocol Reference
Conforms to | NSObject |
Declared in | GSAd.h |
Tasks
-
delegate
The delegate that will be receive all ad notification messages. This delegate is also responsible for providing a view controller that the ad will be displayed from.
property required method -
– isAdReady
A BOOL indicating whether an ad has been fetched and is ready to be displayed.
required method -
– fetch
Attempts to fetch a new ad. This should only be called if there is not already a valid ad ready to be displayed.
required method