Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Unified API - Standard Client Features.
|
com.pushtechnology.diffusion.client.topics.details |
Unified API - Topic Details.
|
Modifier and Type | Method and Description |
---|---|
<C> void |
Topics.getTopicDetails(String topicPath,
TopicDetails.Level level,
C context,
Topics.TopicDetailsContextCallback<C> callback)
Get the details of a given topic.
|
void |
Topics.getTopicDetails(String topicPath,
TopicDetails.Level level,
Topics.TopicDetailsCallback callback)
Get the details of a given topic.
|
Modifier and Type | Method and Description |
---|---|
TopicDetails.Level |
TopicDetails.getLevel()
Returns the level of detail available.
|
static TopicDetails.Level |
TopicDetails.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicDetails.Level[] |
TopicDetails.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.