Deutsches LiveCode Wiki
Advertisement

Sent whan an ad is about to resize.Syntax:

adResizeStart <adName>

Examples:

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

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

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

Parameters:

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

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

Advertisement