|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| PushService | Interface for sending push messages, cancelling a previously submitted message or querying the status of a previously submitted message. |
| Class Summary | |
|---|---|
| CancelOutcome | The outcome of a request to cancel a push submission for a particular address. |
| CancelResult | Represents the result of a cancel including the response from the PPG and sets of subscriber ids that were not sent to the PPG because they were invalid in some way (i.e. |
| FailedPushResult | The result of an attempt to push to a subscriber that failed due to an error on the PPG end. |
| PushBeanLocator | Utility class that provides access to beans in the push package. |
| PushIdAndApplicationId | Wrapper class for a push id and an application id. |
| PushOutcome | The outcome of a push request for a particular address. |
| PushParameters | Parameters that define the characteristics of a push message to send. |
| PushResult | Represents the interim result of a push submission including the set of results for subscribers that failed to be pushed to due to an error on the PPG end, the sets of subscriber ids that were not sent to the PPG because they were invalid in some way (i.e. |
| PushServiceImpl | Default implementation of the PushService. |
| StatusResult | Represents the result of a status query including the response from the PPG and sets of subscriber ids that were not sent to the PPG because they were invalid in some way (i.e. |
This package includes the APIs to push, cancel and query the status of previously submitted messages. The functionality of pushing to subscriber IDs (as opposed to client addresses) is included.
All functionality is accessible using an instance of PushService, which can be retrieved using PushBeanLocator or via dependency injection.
This package requires that the PushSDKProperties implementation returns values for:
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||