Unit CastleAds
Description
Ads (advertisements) in game (TAds).
Uses
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TAds |
Advertisements in game. |
Types
TAdNetwork = (...); |
TFullScreenAdType = (...); |
TAdWatchStatus = (...); |
TAdClosedEvent = procedure (const Sender: TObject; const WatchedStatus: TAdWatchStatus) of object; |
Constants
TestAdMobBannerUnitId = 'ca-app-pub-3940256099942544/6300978111'; |
TestAdMobInterstitialUnitId = 'ca-app-pub-3940256099942544/1033173712'; |
TestAdMobInterstitialVideoUnitId = 'ca-app-pub-3940256099942544/8691691433'; |
TestAdMobRewardedUnitId = 'ca-app-pub-3940256099942544/5224354917'; |
Description
Types
TAdNetwork = (...); |
This item has no description. Values
|
TFullScreenAdType = (...); |
This item has no description. Values
|
TAdWatchStatus = (...); |
This item has no description. Values
|
TAdClosedEvent = procedure (const Sender: TObject; const WatchedStatus: TAdWatchStatus) of object; |
This item has no description. |
Constants
TestAdMobBannerUnitId = 'ca-app-pub-3940256099942544/6300978111'; |
Test banner ad "unit id". You can use it with TAds.InitializeAdMob for testing purposes (but eventually you want to create your own, to show non-testing ads!). |
TestAdMobInterstitialUnitId = 'ca-app-pub-3940256099942544/1033173712'; |
Test interstitial static ad "unit id". You can use it with TAds.InitializeAdMob for testing purposes (but eventually you want to create your own, to show non-testing ads!). |
TestAdMobInterstitialVideoUnitId = 'ca-app-pub-3940256099942544/8691691433'; |
Test interstitial video ad "unit id". You can use it with TAds.InitializeAdMob for testing purposes (but eventually you want to create your own, to show non-testing ads!). |
TestAdMobRewardedUnitId = 'ca-app-pub-3940256099942544/5224354917'; |
Test rewarded video ad "unit id". You can use it with TAds.InitializeAdMob for testing purposes (but eventually you want to create your own, to show non-testing ads!). |
Generated by PasDoc 0.16.0-snapshot.