adResizeEnd

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
adResizeEnd <pAdName>
Summary

Sent whan an ad finished resizing.

Introduced6.0
OSios, android
Platformsmobile
Parameters
NameTypeDescription
pAdName

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

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

Handle the adResizeEnd message if you want to perform an action when an ad finished resizing.

The adResizeEnd message is sent to the current card when an ad has finished resizing.