GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GADAdapterStatus
@interface GADAdapterStatus : NSObject <NSCopying>
An immutable snapshot of a mediation adapter’s initialization status.
-
Initialization state of the adapter.
-
Detailed description of the status.
Declaration
Objective-C
@property (readonly, nonatomic, nonnull) NSString *description;
-
The adapter’s initialization latency in seconds. 0 if initialization has not yet ended.
Declaration
Objective-C
@property (readonly, nonatomic) NSTimeInterval latency;
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 2021-03-03 UTC.
[null,null,["Last updated 2021-03-03 UTC."],[],[],null,["GADAdapterStatus \n\n @interface GADAdapterStatus : NSObject \u003cNSCopying\u003e\n\nAn immutable snapshot of a mediation adapter's initialization status.\n- `\n ``\n ``\n `\n\n [state](#/c:objc(cs)GADAdapterStatus(py)state)`\n ` \n Initialization state of the adapter. \n\n Declaration \n Objective-C \n\n @property (readonly, nonatomic) ../Enums/GADAdapterInitializationState.html state;\n\n- `\n ``\n ``\n `\n\n [description](#/c:objc(cs)GADAdapterStatus(py)description)`\n ` \n Detailed description of the status. \n\n Declaration \n Objective-C \n\n @property (readonly, nonatomic, nonnull) NSString *description;\n\n- `\n ``\n ``\n `\n\n [latency](#/c:objc(cs)GADAdapterStatus(py)latency)`\n ` \n The adapter's initialization latency in seconds. 0 if initialization has not yet ended. \n\n Declaration \n Objective-C \n\n @property (readonly, nonatomic) NSTimeInterval latency;"]]