adExpandEnd

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
adExpandEnd <pAdName>
Summary

Sent whan an ad has finished expanding.

Introduced6.0
OSios, android
Platformsmobile
Parameters
NameTypeDescription
pAdName

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

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

Handle the adExpandEnd message if you want to perform an action when an ad finishes expanding.

The adExpandEnd message is sent to the current card when an ad has finished expanding.