| Package | Description |
|---|---|
| com.google.api.client.googleapis.subscriptions |
Beta Support for creating subscriptions and receiving notifications for Google APIs. |
| com.google.api.client.googleapis.subscriptions.json |
Beta JSON-based notification handling for subscriptions. |
| com.google.api.client.googleapis.testing.subscriptions |
Beta Test utilities for the Subscriptions extension package. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.google.api.client.util.ObjectParser |
TypedNotificationCallback.getParser(UnparsedNotification notification)
Deprecated.
Returns an
ObjectParser which can be used to parse this notification. |
void |
NotificationCallback.handleNotification(StoredSubscription subscription,
UnparsedNotification notification)
Deprecated.
Handles a received push notification.
|
void |
TypedNotificationCallback.handleNotification(StoredSubscription subscription,
UnparsedNotification notification)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.api.client.util.ObjectParser |
JsonNotificationCallback.getParser(UnparsedNotification notification)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MockNotificationCallback.handleNotification(StoredSubscription subscription,
UnparsedNotification notification)
Deprecated.
|
Copyright © 2010-2013 Google. All Rights Reserved.