android_external_GmsLib/src/com/google/android/gms/common/api/Result.java

9 lines
193 B
Java

package com.google.android.gms.common.api;
/**
* Represents the final result of invoking an API method in Google Play Services.
*/
public interface Result {
public Status getStatus();
}