Last updated 1 year ago
Returns the array of that will fit on a given device in landscape screen orientation.
fittingBannerSizesLandscape(callback)
callback (REQUIRED)
Callback<String> Used to provide the function call result to JavaScript.
Parameters:
Array - best fitting current device.
AATKitCordova.fittingBannerSizesLandscape((result) => { console.log("fittingBannerSizesLandscape " + result); });