| Package | Description |
|---|---|
| io.cryptocontrol.cryptonewsapi | |
| io.cryptocontrol.cryptonewsapi.models |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CryptoControlApi.getLatestRedditPostsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<RedditPost>> callback) |
Get the latest reddit posts for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getLatestRedditPostsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<RedditPost>> callback) |
Get the latest reddit posts for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopRedditPostsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<RedditPost>> callback) |
Get the top reddit posts for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopRedditPostsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<RedditPost>> callback) |
Get the top reddit posts for a specific coin from the CryptoControl API.
|
| Modifier and Type | Method | Description |
|---|---|---|
RedditPost |
Feed.getReddit() |
| Modifier and Type | Method | Description |
|---|---|---|
List<RedditPost> |
CombinedFeedResponse.getRedditPosts() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Feed.setReddit(RedditPost reddit) |
Copyright © 2019. All rights reserved.