MuteVideoAds

Overview

Allows to mute video ads.

Syntax

MuteVideoAds(mute)

mute (REQUIRED)

bool True to enable, false to disable ad muting.

returns void

Examples

AATKitBinding.MuteVideoAds(true);

Last updated