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