| Package | Description |
|---|---|
| com.google.api.client.googleapis.subscriptions.json |
JSON-based notification handling for subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
JsonNotificationCallback<T> |
JsonNotificationCallback.setDataType(Class<T> dataClass) |
| Modifier and Type | Method and Description |
|---|---|
<N> JsonSubscribeRequest |
JsonSubscribeRequest.withJsonNotificationCallback(SubscriptionStore subscriptionStore,
Class<N> notificationCallbackClass,
JsonNotificationCallback<N> jsonNotificationCallback)
Sets the subscription store and JSON notification callback associated with this subscription.
|
Copyright © 2010-2012 Google. All Rights Reserved.