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(); }