public abstract class RemoveGeofenceObservable<T> extends BaseLocationObservable<T>
| Modifier | Constructor and Description |
|---|---|
protected |
RemoveGeofenceObservable(android.content.Context ctx) |
| Modifier and Type | Method and Description |
|---|---|
static <any> |
createObservable(android.content.Context ctx,
java.util.List<java.lang.String> requestIds) |
static <any> |
createObservable(android.content.Context ctx,
android.app.PendingIntent pendingIntent) |
protected void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer) |
protected abstract void |
removeGeofences(GoogleApiClient locationClient,
<any> observer) |
call, createApiClient, onUnsubscribedprotected RemoveGeofenceObservable(android.content.Context ctx)
public static <any> createObservable(android.content.Context ctx,
android.app.PendingIntent pendingIntent)
public static <any> createObservable(android.content.Context ctx,
java.util.List<java.lang.String> requestIds)
protected void onGoogleApiClientReady(GoogleApiClient apiClient,
<any> observer)
onGoogleApiClientReady in class BaseObservable<T>protected abstract void removeGeofences(GoogleApiClient locationClient,
<any> observer)