twitter-kit-android
twitter-kit-android copied to clipboard
Can we make the constructor of TimelineCursor public?
Feature Request
https://github.com/twitter/twitter-kit-android/blob/38aeae6c046fe2ba1074a1f0cbfaf7746a8c76ce/tweet-ui/src/main/java/com/twitter/sdk/android/tweetui/TimelineCursor.java#L46
I want to write a HomeTimeline just like UserTimeline but use the home_timeline.json endpoint. However, if I want to reuse the TimelineAdapter, I have to new TimelineCursor object outside of the package, however the constructor is not public.