adResizeStart

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
adResizeStart <pAdName>
Summary

Sent whan an ad is about to resize.

Introduced6.0
OSios, android
Platformsmobile
Parameters
NameTypeDescription
pAdName

The name of ad that has been expanded (as specified in mobileAdCreate)

Example
on adResizeStart pAdName
   send "layout" to group "content"
end adResizeStart
RelatedCommand: mobileAdCreate, mobileAdRegister, mobileAdDelete
Message: adLoaded, adLoadFailed, adResizeEnd
Description

Handle the adResizeStart message if you want to perform an action when an ad is about to resize.

The adResizeStart message is sent to the current card when an ad is about to resize.