[Paid] Kidoz Ads Extension (SDK 9.1.2)

🏃‍♂️ KidozAds

An extension to monetize your application with Kidoz Ads.

kidoz-cover275

:memo: Specifications


:package: Package: com.jewel.kidozsdk
:floppy_disk: Size: 553.37 KB
:gear: SDK Version: 9.1.2
:moneybag: Price: 10 USD
:iphone: Minimum API Level: 21
:date: Released On: 2025-05-05T18:00:00Z
:computer: Built & documented using: FAST v3.2.2
:u7533: Beta Tester: luishandy
:white_check_mark: Premium Subscription: Not required
:handshake: Supported builders: Kodular | Niotron | AppInventor | AndroidBuilder
:credit_card: Payment methods: Download | Wise | Xoom | PayPal | Binance | Crypto | UPI (:india:) | JazzCash (:pakistan:) | Bkash (:bangladesh:)


Demo blocks

:handshake: Multi-Components

  1. KidozSdk
  2. KidozBanner
  3. KidozInterstitial
  4. KidozRewarded

:jigsaw: 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.

InitializeSuccess_Event

InitializeFailed

Triggered when the SDK is failed to initialized. Read the error message.

InitializeFailed_Event

Parameter Type
errorMessage text

Method:

KidozSdk has only 1 method.

Initialize

The SDK should be initialized only once in an Activity lifecycle.

Initialize_Method

Parameter Type
publisherId text
token text
isDebugLogging boolean
isTestMode boolean

Getters:

KidozSdk has total 2 getter properties.

IsInitialized

Returns true if SDK is initialized.

IsInitialized_Get_Property

  • Return type: boolean

SdkVersion

Returns the SDK version name.

SdkVersion_Get_Property

  • Return type: text

:jigsaw: 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.

AdLoaded_Event

AdFailedToLoad

Triggered when the ad is failed to load.

AdFailedToLoad_Event

Parameter Type
errorMessage text

AdShown

Triggered when the ad is showed.

AdShown_Event

AdFailedToShow

Triggered when the ad is failed to show.

AdFailedToShow_Event

Parameter Type
errorMessage text

AdImpression

Triggered when the ad got impression.

AdImpression_Event

AdClosed

Triggered when the ad is closed.

AdClosed_Event

Methods:

KidozBanner has total 2 methods.

LoadAd

Load and show the banner ad to HorizontalArrangement.

LoadAd_Method

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.

HideAd_Method

Getter:

KidozBanner has total 1 getter property.

IsShowing

Returns true if the ad is showing.

IsShowing_Get_Property

  • Return type: boolean

:jigsaw: KidozInterstitial

Drag this component to load & show Kidoz interstitial ad.

Events:

KidozInterstitial has total 6 events.

AdLoaded

Triggered when the ad is loaded.

AdLoaded_Event

AdFailedToLoad

Triggered when the ad is failed to load.

AdFailedToLoad_Event

Parameter Type
errorMessage text

AdShown

Triggered when the ad is showed.

AdShown_Event

AdFailedToShow

Triggered when the ad is failed to show.

AdFailedToShow_Event

Parameter Type
errorMessage text

AdImpression

Triggered when the ad got impression.

AdImpression_Event

AdClosed

Triggered when the ad is closed.

AdClosed_Event

Methods:

KidozInterstitial has total 2 methods.

LoadAd

Load the interstitial ad.

LoadAd_Method

ShowAd

Show the interstitial ad.

ShowAd_Method

Getter:

KidozInterstitial has only 1 getter property.

IsLoaded

Returns true if the ad is loaded.

IsLoaded_Get_Property

  • Return type: boolean

:jigsaw: KidozRewarded

Drag this component to load & show Kidoz rewarded ad.

Events:

KidozRewarded has total 7 events.

AdLoaded

Triggered when the ad is loaded.

AdLoaded_Event

AdFailedToLoad

Triggered when the ad is failed to load.

AdFailedToLoad_Event

Parameter Type
errorMessage text

AdShown

Triggered when the ad is showed.

AdShown_Event

AdFailedToShow

Triggered when the ad is failed to show.

AdFailedToShow_Event

Parameter Type
errorMessage text

AdImpression

Triggered when the ad got impression.

AdImpression_Event

AdClosed

Triggered when the ad is closed.

AdClosed_Event

RewardReceived

Triggered when the ad is received reward.

RewardReceived_Event

Methods:

KidozRewarded has total 2 methods.

LoadAd

Load the rewarded ad.

LoadAd_Method

ShowAd

Show the rewarded ad.

ShowAd_Method

Getter:

KidozRewarded has total 1 getter property.

IsLoaded

Returns true if the ad is loaded.

IsLoaded_Get_Property

  • Return type: boolean