public class ActivityUpdatesObservableOnSubscribe extends BaseObservableOnSubscribe<T>
| Modifier and Type | Method and Description |
|---|---|
static <any> |
createObservable(ObservableContext ctx,
int detectionIntervalMiliseconds) |
protected void |
onDisposed(GoogleApiClient apiClient) |
protected void |
onGoogleApiClientReady(GoogleApiClient apiClient,
<any> emitter) |
subscribepublic static <any> createObservable(ObservableContext ctx, int detectionIntervalMiliseconds)
protected void onGoogleApiClientReady(GoogleApiClient apiClient,
<any> emitter)
onGoogleApiClientReady in class BaseObservableOnSubscribe<ActivityRecognitionResult>protected void onDisposed(GoogleApiClient apiClient)
onDisposed in class BaseObservableOnSubscribe<ActivityRecognitionResult>