chatkit-android
chatkit-android copied to clipboard
Android client SDK for Pusher Chatkit
Results
12
chatkit-android issues
Sort by
recently updated
recently updated
newest added
These are the only two functions inside com.pusher.chatkit.CurrentUser that use Futures.schedule. Why? ``` fun setReadCursor(room: Room, position: Int) { Futures.schedule { syncCurrentUser.setReadCursor(room.id, position) } } fun setReadCursor(roomId: String, position: Int)...
Add missing methods to the current user class.