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

Response

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

class Response<T : Result?>


Represents the successful result of invoking an API method in Google Play services using a subclass of GoogleApi. Wraps a instance of a Result.

Parameters
<T : Result?>

the subclass of Result being wrapped,

Summary

Public constructors

Protected constructors

Response(result: T)

Protected properties

T!

Public constructors

Response

Response()

Protected constructors

Response

protected Response(result: T)

Protected properties

result

protected var result: T!