GANSearchAdController 类
此类继承 NSObject。
初始化广告控制器。
- Parameters
-
publisherID | The publisher id, e.g. "ms-app-pub-9616389000213823". |
styleID | The settings id for the template that will be used to render native ads. |
options | GANSearchAdControllerOptions, such as adTest, and adSafe, etc. |
delegate | GANSearchAdControllerDelegate for receiving notifications when ads are loaded and other events. |
返回最近调用 loadAds:
时加载的广告总数。
- (void) populateAdView: |
|
(GANAdView *) |
view |
identifier: |
|
(NSString *) |
adIdentifier |
|
|
| |
使用标识符指定的广告填充 adView。
- 如果
adIdentifier
是新标识符,视图将显示下一个可用的广告。
- 如果已使用
adIdentifier
,该视图将显示首次使用 adIdentifier
调用此方法时显示的广告。- Parameters
-
view | The GANAdView to populate. |
adIdentifier | An ad identifier used to identify this ad. This can be any NSString. Each unique string will be assigned to the next available ad until ads are exhausted. |
- (void) populateAdView: |
|
(GANAdView *) |
view |
identifier: |
|
(NSString *) |
adIdentifier |
completionHandler: |
|
(GANAdViewPopulatedCompletionHandler) |
completionHandler |
|
|
| |
使用由标识符指定的广告填充 adView,并在该广告准备好展示时调用完成处理程序。
- 如果
adIdentifier
是新标识符,视图将显示下一个可用的广告。
- 如果已使用
adIdentifier
,该视图将显示首次使用 adIdentifier
调用此方法时显示的广告。- Parameters
-
view | The GANAdView to populate. |
adIdentifier | An ad identifier used to identify this ad. This can be any NSString. Each unique string will be assigned to the next available ad until ads are exhausted. |
completionHandler | The completion handler to be called when the ad view is ready to be displayed. Ad specific data will provided such as the height of the ad view. |
- (NSString*) publisherID |
|
readnonatomiccopy |
最近投放的样式是实验变体、实验对照组,还是未选择用于实验。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-09。
[null,null,["最后更新时间 (UTC):2024-11-09。"],[[["The `GANSearchAdController` class retrieves and manages search ads for display within your iOS application."],["It allows loading ads asynchronously, requesting more ads, and populating ad views with retrieved ad content."],["Developers can customize ad requests using publisher and style IDs, along with optional settings."],["The class provides methods to access the total number of loaded ads and the status of any experiment variants applied."],["`GANSearchAdController` uses a delegate pattern to inform your application about ad loading events and potential errors."]]],[]]