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