Package | Description |
---|---|
com.pushtechnology.mobile |
Modifier and Type | Field and Description |
---|---|
static TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.NotificationLevel.FULL
The level of notification provides all details of the Topic and
would be the level needed in order to replicate the Topic.
|
static TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.NotificationLevel.METADATA
This level of notification is the same as
MINIMUM plus
any metadata associated with the Topic. |
static TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.NotificationLevel.MINIMUM
The minimum level of notification that can be received which will
simply notify the topic name and its type.
|
static TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.NotificationLevel.NONE
This special setting may be used to indicate that add notifications
are not required.
|
static TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.NotificationLevel.PROPERTIES
This level of notification is the same as
MINIMUM plus
all properties of the Topic. |
Modifier and Type | Method and Description |
---|---|
static TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.NotificationLevel.fromCode(String code)
Returns NotificationLevel enum from code value.
|
TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.getNotificationLevel()
Returns the current notification level.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicNotifyTopicHandler.setNotificationDetails(TopicNotifyTopicHandler.NotificationLevel addLevel,
boolean notifyRemoval,
boolean notifyUpdate)
This can be used to set the notification details required.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.