TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/admob-plus/admob-plus/llms.txt
Use this file to discover all available pages before exploring further.
AdMobConfig interface defines the configuration options for initializing the AdMob SDK. It extends RequestConfig to include both global ad request settings and app-level settings.
Interface
Properties
Controls whether the app’s audio is muted for ads. When set to
true, ad audio will be muted.Sets the app’s audio volume for ads. Value should be between 0.0 (silent) and 1.0 (full volume).
Enables publisher-provided first-party identifiers for improved ad targeting and measurement.
Deprecated: Use
publisherFirstPartyIDEnabled instead.Inherited from RequestConfig
Maximum ad content rating for ads shown in the app. See RequestConfig for details.
Indicates whether to tag ad requests for child-directed treatment. See RequestConfig for details.
Indicates whether the user is under the age of consent. See RequestConfig for details.
Array of test device IDs for receiving test ads. See RequestConfig for details.
Usage Example
Related
- RequestConfig - Base configuration for ad requests
- Events - AdMob event types