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-01-18 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-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."]]],[]]