如何在 SearchTimeline 请求超时时捕获 TwitterApiException?(Android)

How to catch TwitterApiException when there is a time out in SearchTimeline request?(Android)

我正在使用 TwitterUI 工具包在 android 中实现 SearchTimeline,它工作正常,但我找不到处理超时错误的方法,或者在加载更多推文时没有抛出连接错误。知道如何处理这些异常吗?

TimelineDelegate.java中搜索,可以看到PreviousCallback没有设置Call​​Back。
不幸的是...

也许你可以克隆他们的 git 并修改它。