public class

Response

extends Object
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<T extends com.google.android.gms.common.api.Result>
Known Direct Subclasses

Class Overview

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

Summary

Public Constructors
Response()
Protected Constructors
Response(T result)
Public Methods
void setResult(T result)
Protected Methods
T getResult()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Response ()

Protected Constructors

protected Response (T result)

Parameters
result T

Public Methods

public void setResult (T result)

Parameters
result T

Protected Methods

protected T getResult ()

Returns
T