public interface IBlaubotSubscriptionChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSubscriptionAdded(java.lang.String uniqueDeviceId,
short channelId)
Gets called, if a subscription was added to the store.
|
void |
onSubscriptionRemoved(java.lang.String uniqueDeviceId,
short channelId)
Gets called, if a subscription was removed from the store.
|
void onSubscriptionAdded(java.lang.String uniqueDeviceId,
short channelId)
uniqueDeviceId - the unique device id of the device which made the subscriptionchannelId - the channel id to which the device subscribed tovoid onSubscriptionRemoved(java.lang.String uniqueDeviceId,
short channelId)
uniqueDeviceId - the unique device id of the device which removed a subscriptionchannelId - the channel id from wich the device has unsubscribed