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 2023-05-22 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 2023-05-22 UTC."],[[["`GoogleMobileAds.Api.AdapterStatus` provides an immutable snapshot of a mediation adapter's initialization status, including details like state, latency, and a descriptive message."],["It includes properties like `Description`, `InitializationState`, and `Latency` to offer insights into the adapter's status."],["While the `Description` property offers detailed information, it's primarily for informational purposes, and developers should rely on `InitializationState` for decision-making."],["`Latency` provides the initialization time in milliseconds, with a value of `0` indicating ongoing initialization."]]],[]]