Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Ad Controls

Dominic Roberts edited this page Apr 23, 2020 · 1 revision

Ad Controls

Contents

Mute

For networks which support an SDK level mute flag for ads, this will forward this for each ad. This may be set/changed at any time.

// Set
Tapdaq.setMuted(true);

// Get
Tapdaq.muted(function (status) {
  console.log("muted: " + status);
});

The flag can also be included in the init config like so:

var config = {
  ios: {},
  android: {},
  muted:false
};


## Need help?

If you are having any problems integrating, feel free to contact us on [support@tapdaq.com](mailto:support@tapdaq.com) and we will be more than happy to help.

Clone this wiki locally