(int i, String s)
| 48 | |
| 49 | twitter.startFilteredStream(new IAPIEventListener() { |
| 50 | @Override |
| 51 | public void onStreamError(int i, String s) { |
| 52 | System.out.println("Stream error: " + s); |
| 53 | //{"title":"ConnectionException","detail":"Your subscription change is currently being provisioned, please try again in a minute.","connection_issue":"ProvisioningSubscription","type":"https://api.twitter.com/2/problems/streaming-connection"} |
| 54 | } |
| 55 | |
| 56 | @Override |
| 57 | public void onTweetStreamed(Tweet tweet) { |
nothing calls this directly
no outgoing calls
no test coverage detected