KaiAds SDK
phone-glass We need more research!
The information on this page is incomplete and/or unconfirmed, and requires more research. You can help by collecting information from other resources or by testing on your own devices.
signalbar-1 This article is short…
You can help by expanding it!

This page documents stuff about KaiAds SDK.

call Options

Ad.call is a function you can use to interact and manipulate the advert. Here is a list of what you can pass onto the call function.

smallicon-textinc This list is incomplete - you can help by expanding it!
Option Action Notes
display Display the advert. Second parameter is an object.
See KaiAds SDK ยง Usage // Responsive Ad
click Open the advert. Don't call this too soon after calling display.
source

Fullscreen Adverts

Broken CSS bottom property

Calling a fullscreen advertisement may break elements that are positioned using the CSS bottom property, most notably, the bottom navigation bar. Please use alternatives instead. Examples include:

element { top: calc(100vh - 30px); } /* replace 30px with the height of the element */
element { top: 100vh; transform: translateY(-100%); }

See also

KaiAds SDK Guide

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License