public interface TweetScribeClient
| Modifier and Type | Method and Description |
|---|---|
void |
click(Tweet tweet,
String viewName) |
void |
favorite(Tweet tweet) |
void |
impression(Tweet tweet,
String viewName,
boolean actionEnabled) |
void |
share(Tweet tweet) |
void |
unfavorite(Tweet tweet) |