public interface

Result

com.google.android.gms.common.api.Result
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract Status getStatus()
Returns the status of this result.

Public Methods

public 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().