Package | Description |
---|---|
com.pushtechnology.mobile |
Modifier and Type | Field and Description |
---|---|
static TopicNotifyTopicHandler.SelectionMode |
TopicNotifyTopicHandler.SelectionMode.ADD
This indicates that the specified set of topic names and/or
selectors should be added to any existing selection.
|
static TopicNotifyTopicHandler.SelectionMode |
TopicNotifyTopicHandler.SelectionMode.CLEAR
Specifies that all current selections should be removed.
|
static TopicNotifyTopicHandler.SelectionMode |
TopicNotifyTopicHandler.SelectionMode.REMOVE
Specifies that the specified set of topic names and/or selectors
should be removed from the current set of selections.
|
static TopicNotifyTopicHandler.SelectionMode |
TopicNotifyTopicHandler.SelectionMode.REPLACE
This indicates that the specified set of topic names and/or
selectors should replace any current selections.
|
Modifier and Type | Method and Description |
---|---|
static TopicNotifyTopicHandler.SelectionMode |
TopicNotifyTopicHandler.SelectionMode.fromCode(String code)
Returns SelectionMode enum from code value.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicNotifyTopicHandler.select(TopicNotifyTopicHandler.SelectionMode mode,
String selections)
Sends a request to the server to update the selection of topics that
topic add notifications will be received for.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.