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

UnsupportedApiCallException

{% setvar page_path %}com/google/android/gms/common/api/UnsupportedApiCallException.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

class UnsupportedApiCallException : UnsupportedOperationException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.UnsupportedOperationException
           ↳ com.google.android.gms.common.api.UnsupportedApiCallException

Exception that's thrown when an API call is not supported by the Google Play services package.

Summary

Public functions

String!

Inherited functions

From java.lang.Throwable

Public functions

getMessage

fun getMessage(): String!