| Package | Description |
|---|---|
| io.cryptocontrol.cryptonewsapi | |
| io.cryptocontrol.cryptonewsapi.models |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CryptoControlApi.getLatestNews(CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles from the CryptoControl News API.
|
void |
CryptoControlApi.getLatestNews(Language lang,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles from the CryptoControl News API.
|
void |
CryptoControlApi.getLatestNewsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles for a specific coin from the CryptoControl News API.
|
void |
CryptoControlApi.getLatestNewsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles for a specific coin from the CryptoControl News API.
|
void |
CryptoControlApi.getTopNews(CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the top news articles from the CryptoControl News API.
|
void |
CryptoControlApi.getTopNews(Language lang,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the top news articles from the CryptoControl News API.
|
void |
CryptoControlApi.getTopNewsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the top news articles for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopNewsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the top news articles for a specific coin from the CryptoControl API.
|
| Modifier and Type | Method | Description |
|---|---|---|
Article |
Feed.getArticle() |
| Modifier and Type | Method | Description |
|---|---|---|
List<Article> |
CategoryResponse.getAnalysisArticles() |
|
List<Article> |
CombinedFeedResponse.getArticles() |
|
List<Article> |
CategoryResponse.getBlockchainArticles() |
|
List<Article> |
CategoryResponse.getExchangesArticles() |
|
List<Article> |
CategoryResponse.getGeneralArticles() |
|
List<Article> |
CategoryResponse.getGovernmentArticles() |
|
List<Article> |
CategoryResponse.getICOArticles() |
|
List<Article> |
CategoryResponse.getMiningArticles() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Feed.setArticle(Article article) |
Copyright © 2019. All rights reserved.