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