Skip to content

Settings

Francisco Dias edited this page Jul 29, 2026 · 7 revisions

Settings

App-wide audio settings for video ads.

Functions

This module offers a collection of functions designed to address specific tasks and provide utilities for various purposes. Explore the available functions to make the most of the functionalities provided by this module.



Back To Top

admob_settings_set_volume

Sets the app-level volume for video ads (rewarded video, and any video content in interstitial/rewarded interstitial/app open/banner ads). Applies to ads loaded after this call.


Syntax:

admob_settings_set_volume(value)
Argument Type Description
value Real The volume, from 0 (silent) to 1 (full volume).

Returns:

N/A



Back To Top

admob_settings_set_muted

Sets the app-level mute state for video ads. Applies to ads loaded after this call.


Syntax:

admob_settings_set_muted(muted)
Argument Type Description
muted Boolean true to mute video ads.

Returns:

N/A



Clone this wiki locally