.expand()

ad.expand(callback)

Initiates the ad to expand if in the collapsed state

// Initiates the ad to expand if in collapsed state
ad.expand(function() {
	//Callback
});

Arguments

ArugmentValueExample ValueDescription
callbackfunctionfunction() { animateProperties(); }A function to execute at the time the ad is expanded.