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

FirebaseApiNotAvailableException

{% setvar page_path %}com/google/firebase/FirebaseApiNotAvailableException.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

class FirebaseApiNotAvailableException : FirebaseException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.FirebaseApiNotAvailableException

Indicates that a requested API is not available.

Summary

Public constructors

Inherited functions

From java.lang.Throwable

Public constructors

FirebaseApiNotAvailableException

FirebaseApiNotAvailableException(message: String)