muteVideoAds

Overview

Allows to mute video ads.

Syntax

muteVideoAds(enabled)

enabled (REQUIRED)

boolean True to enable, false to disable ad muting.

Examples

AATKitCordova.muteVideoAds(true);

Last updated