See: Description
Interface | Description |
---|---|
Context |
The context to an event passed to the
Saver API. |
Loader |
Contract for third-party code updating the model held by the Push Notification Bridge.
|
Saver |
Class used by the Adapter to inform third party code of addition of new
subscriptions, and removal of old subscriptions.
|
SaverFactory |
A factory for building Saver object.
|
Enum | Description |
---|---|
Context.Origin |
The origin of a request or action relayed to the
Saver interface. |
Exception | Description |
---|---|
DestinationParseException |
Describes a failure to parse a push notification destination string.
|
This package contains interfaces relating to the the task of loading and saving the model of subscriptions within the Push Notification Bridge.
Push Notification network end points are abstracted to URI style 'destinations' which are serializable as strings. The model stores one or more subscribed topics which relate to a unique set of one or more destinations.
Solutions may implement classes in this package to save and re-load the subscription model.
Copyright © 2019 Push Technology Ltd. All Rights Reserved.