public static interface SubscriptionManager.Callback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onError(ApolloSubscriptionException error) |
void |
onNetworkError(java.lang.Throwable t) |
void |
onResponse(com.apollographql.apollo.api.Response<T> response) |
void onResponse(@NotNull
com.apollographql.apollo.api.Response<T> response)
void onError(@NotNull
ApolloSubscriptionException error)
void onNetworkError(@NotNull
java.lang.Throwable t)
void onCompleted()