public abstract class BaseObservable<T>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
BaseObservable(android.content.Context ctx,
<any>... services) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(<any> subscriber) |
protected GoogleApiClient |
createApiClient(<any> subscriber) |
protected abstract void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer) |
protected void |
onUnsubscribed(GoogleApiClient locationClient) |
@SafeVarargs
protected BaseObservable(android.content.Context ctx,
<any>... services)
public void call(<any> subscriber)
protected GoogleApiClient createApiClient(<any> subscriber)
protected void onUnsubscribed(GoogleApiClient locationClient)
protected abstract void onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer)