| Package | Description |
|---|---|
| io.cryptocontrol.cryptonewsapi | |
| io.cryptocontrol.cryptonewsapi.models |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CryptoControlApi.getLatestTweetsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the top tweets for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getLatestTweetsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the top tweets for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopTweetsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the latest tweets for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopTweetsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the latest tweets for a specific coin from the CryptoControl API.
|
| Modifier and Type | Method | Description |
|---|---|---|
Tweet |
Feed.getTweet() |
| Modifier and Type | Method | Description |
|---|---|---|
List<Tweet> |
CombinedFeedResponse.getTweets() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Feed.setTweet(Tweet tweet) |
Copyright © 2019. All rights reserved.