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