Package | Description |
---|---|
com.pushtechnology.diffusion.pushnotifications.persistence |
Push Notification Bridge - Persistence API.
|
Modifier and Type | Method and Description |
---|---|
void |
Saver.onAddedSubscription(String topicPath,
String destination,
Context context)
News from the Push Notification Bridge that a new subscription has been put in place.
|
void |
Saver.onRemovedSubscription(String topicPath,
String destination,
Context context)
News from the Push Notification Bridge that a subscription has been removed.
|
void |
Saver.onReplacedSubscription(String topicPath,
String oldDestination,
String newDestination,
Context context)
News from the Push Notification Bridge that a destination has been replaced with another.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.