muteVideoAds

Overview

Allows to mute video ads.

Syntax

muteVideoAds(mute)

MUTE(REQUIRED)

boolean True to enable, false to disable ad muting.

Example

RNAatkit.muteVideoAds(true);

Last updated