public abstract class RemoveGeofenceObservableOnSubscribe<T> extends BaseLocationObservableOnSubscribe<T>
| Modifier and Type | Method and Description |
|---|---|
static <any> |
createObservable(ObservableContext ctx,
java.util.List<java.lang.String> requestIds) |
static <any> |
createObservable(ObservableContext ctx,
android.app.PendingIntent pendingIntent) |
protected void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> emitter) |
protected abstract void |
removeGeofences(GoogleApiClient locationClient,
<any> emitter) |
onDisposed, subscribepublic static <any> createObservable(ObservableContext ctx, android.app.PendingIntent pendingIntent)
public static <any> createObservable(ObservableContext ctx, java.util.List<java.lang.String> requestIds)
protected void onGoogleApiClientReady(GoogleApiClient apiClient,
<any> emitter)
onGoogleApiClientReady in class BaseObservableOnSubscribe<T>protected abstract void removeGeofences(GoogleApiClient locationClient,
<any> emitter)