{% setvar book_path %}/admob/android/_book.yaml{% endsetvar %} {% include "/admob/android/reference/_dackka-meta-tags.html" %}

AdapterStatus.State

{% setvar page_path %}com/google/android/gms/ads/initialization/AdapterStatus.State.html{% endsetvar %} {% setvar doc_root_path %}/admob/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

enum AdapterStatus.State


The initialization state of the mediation adapter.

Summary

Enum Values

NOT_READY
READY

Public functions

java-static AdapterStatus.State!
valueOf(name: String!)

Returns the enum constant of this type with the specified name.

java-static Array<AdapterStatus.State!>!

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

NOT_READY

val AdapterStatus.State.NOT_READYAdapterStatus.State

READY

val AdapterStatus.State.READYAdapterStatus.State

Public functions

valueOf

java-static fun valueOf(name: String!): AdapterStatus.State!

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
AdapterStatus.State!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

java-static fun values(): Array<AdapterStatus.State!>!

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Array<AdapterStatus.State!>!

an array containing the constants of this enum type, in the order they're declared