maximumBannerSizeLandscape

Overview

Returns the banner size string with maximum width that will fit on a given device in landscape screen orientation.

Syntax

maximumBannerSizeLandscape(callback)

callback (REQUIRED)

Callback<String> Used to provide the function call result to JavaScript.

Parameters:

Examples

AATKitCordova.maximumBannerSizeLandscape((result) => {
                console.log("maximumBannerSizeLandscape " + result);
            });

Last updated