| | |
| | | GADAdapterInitializationStateNotReady = 0, |
| | | /// The mediation adapter is ready to service ad requests. |
| | | GADAdapterInitializationStateReady = 1 |
| | | }; |
| | | } NS_SWIFT_NAME(AdapterInitializationState); |
| | | |
| | | /// An immutable snapshot of a mediation adapter's initialization status. |
| | | NS_SWIFT_NAME(AdapterStatus) |
| | | @interface GADAdapterStatus : NSObject <NSCopying> |
| | | |
| | | /// Initialization state of the adapter. |
| | |
| | | |
| | | /// An immutable snapshot of the Google Mobile Ads SDK's initialization status, categorized by |
| | | /// mediation adapter. |
| | | NS_SWIFT_NAME(InitializationStatus) |
| | | @interface GADInitializationStatus : NSObject <NSCopying> |
| | | /// 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 |