adExpandStart

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
adExpandStart <pAdName>
Summary

Sent whan an ad is about to expand.

Introduced6.0
OSios, android
Platformsmobile
Parameters
NameTypeDescription
pAdName

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

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

Handle the adExpandStart message if you want to perform an action when an ad is about to expand.

The adExpandStart message is sent to the current card when an ad is about to expand.