.expand()
ad.expand(callback)
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
| Arugment | Value | Example Value | Description |
|---|---|---|---|
callback | function | function() { animateProperties(); } | A function to execute at the time the ad is expanded. |
Updated less than a minute ago
