GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GADInitializationStatus
@interface GADInitializationStatus : NSObject <NSCopying>
An immutable snapshot of the Google Mobile Ads SDK’s initialization status, categorized by
mediation adapter.
-
Initialization status of each ad network available to the Google Mobile Ads SDK, keyed by its
GADMAdapter’s class name. The list of available ad networks may be incomplete during early
phases of SDK initialization.
Declaration
Swift
var adapterStatusesByClassName: [String : AdapterStatus] { get }
Objective-C
@property (nonatomic, readonly, nonnull) NSDictionary<NSString *, GADAdapterStatus *> *adapterStatusesByClassName;
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 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGADInitializationStatus\u003c/code\u003e provides a read-only view of the initialization status of the Google Mobile Ads SDK and its integrated mediation adapters.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a dictionary (\u003ccode\u003eadapterStatusesByClassName\u003c/code\u003e) that maps adapter class names to their respective \u003ccode\u003eGADAdapterStatus\u003c/code\u003e objects, detailing each adapter's initialization state.\u003c/p\u003e\n"],["\u003cp\u003eThe information provided by \u003ccode\u003eGADInitializationStatus\u003c/code\u003e might be incomplete during the initial stages of the SDK's initialization process.\u003c/p\u003e\n"]]],[],null,["# GoogleMobileAds Framework Reference\n\nGADInitializationStatus\n=======================\n\n\n @interface GADInitializationStatus : NSObject \u003cNSCopying\u003e\n\nAn immutable snapshot of the Google Mobile Ads SDK's initialization status, categorized by\nmediation adapter.\n- `\n ``\n ``\n `\n\n ### [adapterStatusesByClassName](#/c:objc(cs)GADInitializationStatus(py)adapterStatusesByClassName)\n\n `\n ` \n Initialization status of each ad network available to the Google Mobile Ads SDK, keyed by its\n GADMAdapter's class name. The list of available ad networks may be incomplete during early\n phases of SDK initialization. \n\n #### Declaration\n\n Swift \n\n var adapterStatusesByClassName: [String : AdapterStatus] { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nonnull) NSDictionary\u003cNSString *, ../Classes/GADAdapterStatus.html *\u003e *adapterStatusesByClassName;"]]