🏃♂️ KidozAds
An extension to monetize your application with Kidoz Ads.
Specifications
Package: com.jewel.kidozsdk
Size: 553.37 KB
SDK Version: 9.1.2
Price: 10 USD
Minimum API Level: 21
Released On: 2025-05-05T18:00:00Z
Built & documented using: FAST v3.2.2
Beta Tester: luishandy
Premium Subscription: Not required
Supported builders: Kodular | Niotron | AppInventor | AndroidBuilder
Payment methods: Download | Wise | Xoom | PayPal | Binance | Crypto | UPI (
) | JazzCash (
) | Bkash (
)
Multi-Components
KidozSdk
It's mandatory to drag this component into each screen where you're going to load & show Kidoz ads.
Events:
KidozSdk has total 2 events.
InitializeSuccess
Triggered when the SDK successfully initialized.
InitializeFailed
Triggered when the SDK is failed to initialized. Read the error message.
Parameter | Type |
---|---|
errorMessage | text |
Method:
KidozSdk has only 1 method.
Initialize
The SDK should be initialized only once in an Activity lifecycle.
Parameter | Type |
---|---|
publisherId | text |
token | text |
isDebugLogging | boolean |
isTestMode | boolean |
Getters:
KidozSdk has total 2 getter properties.
IsInitialized
Returns true if SDK is initialized.
- Return type:
boolean
SdkVersion
Returns the SDK version name.
- Return type:
text
KidozBanner
Drag this component into screen to load & show Kidoz banner ad.
Events:
KidozBanner has total 6 events.
AdLoaded
Triggered when the ad is loaded.
AdFailedToLoad
Triggered when the ad is failed to load.
Parameter | Type |
---|---|
errorMessage | text |
AdShown
Triggered when the ad is showed.
AdFailedToShow
Triggered when the ad is failed to show.
Parameter | Type |
---|---|
errorMessage | text |
AdImpression
Triggered when the ad got impression.
AdClosed
Triggered when the ad is closed.
Methods:
KidozBanner has total 2 methods.
LoadAd
Load and show the banner ad to HorizontalArrangement
.
Parameter | Type |
---|---|
layout | component |
position | KidozBannerPosition (helper blocks) |
- Enums for KidozBannerPosition:
Center
,TopLeft
,TopCenter
,TopRight
,BottomLeft
,BottomRight
,BottomCenter
HideAd
Manually hide and destroy the ad.
Getter:
KidozBanner has total 1 getter property.
IsShowing
Returns true if the ad is showing.
- Return type:
boolean
KidozInterstitial
Drag this component to load & show Kidoz interstitial ad.
Events:
KidozInterstitial has total 6 events.
AdLoaded
Triggered when the ad is loaded.
AdFailedToLoad
Triggered when the ad is failed to load.
Parameter | Type |
---|---|
errorMessage | text |
AdShown
Triggered when the ad is showed.
AdFailedToShow
Triggered when the ad is failed to show.
Parameter | Type |
---|---|
errorMessage | text |
AdImpression
Triggered when the ad got impression.
AdClosed
Triggered when the ad is closed.
Methods:
KidozInterstitial has total 2 methods.
LoadAd
Load the interstitial ad.
ShowAd
Show the interstitial ad.
Getter:
KidozInterstitial has only 1 getter property.
IsLoaded
Returns true if the ad is loaded.
- Return type:
boolean
KidozRewarded
Drag this component to load & show Kidoz rewarded ad.
Events:
KidozRewarded has total 7 events.
AdLoaded
Triggered when the ad is loaded.
AdFailedToLoad
Triggered when the ad is failed to load.
Parameter | Type |
---|---|
errorMessage | text |
AdShown
Triggered when the ad is showed.
AdFailedToShow
Triggered when the ad is failed to show.
Parameter | Type |
---|---|
errorMessage | text |
AdImpression
Triggered when the ad got impression.
AdClosed
Triggered when the ad is closed.
RewardReceived
Triggered when the ad is received reward.
Methods:
KidozRewarded has total 2 methods.
LoadAd
Load the rewarded ad.
ShowAd
Show the rewarded ad.
Getter:
KidozRewarded has total 1 getter property.
IsLoaded
Returns true if the ad is loaded.
- Return type:
boolean