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 2023-01-18 UTC.
[null,null,["Last updated 2023-01-18 UTC."],[[["GoogleMobileAds.Api.AdapterStatus provides an immutable view of a mediation adapter's initialization status."],["It includes properties like Description, InitializationState, and Latency to detail the adapter's status."],["Developers can primarily use the InitializationState property to determine the adapter's current state and make decisions."],["Description is primarily intended for informational logging purposes."],["Latency represents the time in milliseconds taken for the adapter's initialization, defaulting to 0 if initialization is ongoing."]]],["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"]]