Stay organized with collections
Save and categorize content based on your preferences.
GoogleMobileAds.Api.InitializationStatus
An immutable snapshot of the Unity plugin's initialization status, categorized by mediation adapter.
Summary
Public functions
getAdapterStatusForClassName
AdapterStatus getAdapterStatusForClassName(
string className
)
Returns the status of a specific ad network.
Details |
Parameters |
className
|
The ad network's adapter class name.
|
className
|
The ad network's adapter class name.
|
|
getAdapterStatusMap
Dictionary< string, AdapterStatus > getAdapterStatusMap()
Initialization status of each known ad network, keyed by its adapter's class name.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-02-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-02-21 UTC."],[[["`InitializationStatus` provides a read-only view of the Unity plugin's initialization state, broken down by ad network adapter."],["It offers functions to check the status of individual ad networks using their adapter's class name (`getAdapterStatusForClassName`)."],["You can access the initialization status of all known ad networks via a dictionary returned by `getAdapterStatusMap`."]]],["The `InitializationStatus` provides a snapshot of the Unity plugin's state, organized by mediation adapter. It has two main functions: `getAdapterStatusForClassName(string className)`, which retrieves the status of a specific ad network using its class name, and `getAdapterStatusMap()`, which returns a dictionary containing the initialization status of all known ad networks, with their class names as keys.\n"]]