Response

public class Response extends Object

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

Public Constructor Summary

Protected Constructor Summary

Response(T result)

Public Method Summary

void
setResult(T result)

Protected Method Summary

T

Inherited Method Summary

Public Constructors

public Response ()

Protected Constructors

protected Response (T result)

Public Methods

public void setResult (T result)

Protected Methods

protected T getResult ()