Stay organized with collections
Save and categorize content based on your preferences.
GoogleMobileAds.Api.AdapterStatus
An immutable snapshot of a mediation adapter's initialization status.
Summary
Properties
|
Description
|
string
Detailed description of the status.
|
InitializationState
|
Gets the adapter's initialization state.
|
Latency
|
int
The adapter's initialization latency in milliseconds.
|
Properties
Description
string Description
Detailed description of the status.
This method should only be used for informational purposes, such as logging. Use AdapterState to make decisions regarding an adapter's status.
InitializationState
AdapterState InitializationState
Gets the adapter's initialization state.
Latency
int Latency
The adapter's initialization latency in milliseconds.
0
if initialization has not yet ended.
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.
[[["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 2025-08-20 UTC."],[[["\u003cp\u003eGoogleMobileAds.Api.AdapterStatus provides an immutable view of a mediation adapter's initialization status.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like Description, InitializationState, and Latency to detail the adapter's status.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can primarily use the InitializationState property to determine the adapter's current state and make decisions.\u003c/p\u003e\n"],["\u003cp\u003eDescription is primarily intended for informational logging purposes.\u003c/p\u003e\n"],["\u003cp\u003eLatency represents the time in milliseconds taken for the adapter's initialization, defaulting to 0 if initialization is ongoing.\u003c/p\u003e\n"]]],["The `AdapterStatus` provides a snapshot of a mediation adapter's initialization. Key information includes `Description`, a string detailing the status, and `InitializationState`, indicating the adapter's state. `Latency`, an integer value, shows the initialization time in milliseconds, with `0` meaning initialization is ongoing. This data is used for monitoring, and `AdapterState` should be used when making decisions regarding an adapter's status.\n"],null,["GoogleMobileAds.Api.AdapterStatus\n\nAn immutable snapshot of a mediation adapter's initialization status.\n\nSummary\n\n| Properties ||\n|---------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Description](#class_google_mobile_ads_1_1_api_1_1_adapter_status_1ad79c01f31513f4271ce7d3ba61b6e1a4) | `string` Detailed description of the status. |\n| [InitializationState](#class_google_mobile_ads_1_1_api_1_1_adapter_status_1a4917b845c4ba9b19a7f45e160b8e0661) | [AdapterState](/admob/unity/reference/namespace/google-mobile-ads/api#namespace_google_mobile_ads_1_1_api_1af45bd2648094fe181e4d202e5abf49a9) Gets the adapter's initialization state. |\n| [Latency](#class_google_mobile_ads_1_1_api_1_1_adapter_status_1a13c5791f8bcb71c0b63b8358511f4c01) | `int` The adapter's initialization latency in milliseconds. |\n\nProperties \n\nDescription \n\n```c#\nstring Description\n``` \nDetailed description of the status.\n\nThis method should only be used for informational purposes, such as logging. Use [AdapterState](/admob/unity/reference/namespace/google-mobile-ads/api#namespace_google_mobile_ads_1_1_api_1af45bd2648094fe181e4d202e5abf49a9) to make decisions regarding an adapter's status. \n\nInitializationState \n\n```c#\nAdapterState InitializationState\n``` \nGets the adapter's initialization state. \n\nLatency \n\n```c#\nint Latency\n``` \nThe adapter's initialization latency in milliseconds.\n\n`0` if initialization has not yet ended."]]