Deutsches LiveCode Wiki
Advertisement

Sent whan an ad has finished expanding.Syntax:

adExpandEnd <adName>

Examples:

on adExpandEnd pAdName
  send "layout" to group "content"
end adExpandEnd

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

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

Parameters:

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

See also: mobileAdDelete (command),adLoaded (message),adLoadFailed (message),adExpandStart (message),

Advertisement