public class GoogleAPIClientObservable extends BaseObservable<GoogleApiClient>
| Modifier | Constructor and Description |
|---|---|
protected |
GoogleAPIClientObservable(android.content.Context ctx,
<any>... apis) |
| Modifier and Type | Method and Description |
|---|---|
static <any> |
create(android.content.Context context,
<any>... apis) |
protected void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer) |
call, createApiClient, onUnsubscribed@SafeVarargs
protected GoogleAPIClientObservable(android.content.Context ctx,
<any>... apis)
@SafeVarargs
public static <any> create(android.content.Context context,
<any>... apis)
protected void onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer)
onGoogleApiClientReady in class BaseObservable<GoogleApiClient>