Navigation
API > API/Runtime > API/Runtime/Advertising > API/Runtime/Advertising/Interfaces
Inheritance Hierarchy
- IModuleInterface
- IAdvertisingProvider
References
| Module | Advertising |
| Header | /Engine/Source/Runtime/Advertising/Advertising/Public/Interfaces/IAdvertisingProvider.h |
| Include | #include "Interfaces/IAdvertisingProvider.h" |
Syntax
class IAdvertisingProvider : public IModuleInterface
Remarks
Generic interface for an advertising provider. Other modules can define more and register them with this module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| int32 | GetAdIDCount () |
||
| void | HideAdBanner () |
||
| bool | |||
| bool | |||
| void | LoadInterstitialAd
(
int32 adID |
||
| void | ShowAdBanner
(
bool bShowOnBottomOfScreen, |
||
| void |