Result

public interface Result

Known direct subclasses
BatchResult

The result of a batch operation.

BooleanResult

A Result with a boolean value.

Status

Represents the results of work.


Represents the final result of invoking an API method in Google Play services.

Summary

Public methods

abstract Status

Returns the status of this result.

Public methods

getStatus

abstract Status getStatus()

Returns the status of this result. Use isSuccess to determine whether the call was successful, and getStatusCode to determine what the error cause was.

Certain errors are due to failures that can be resolved by launching a particular intent. The resolution intent is available via getResolution.