Response

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!