chatkit

Android Kotlin Pusher Chatkit - error - Room membership required

我只是一个虾纸丫 提交于 2020-01-25 06:12:55
问题 I'm trying to integrate chatkit into my Android app grabbing portions of code from this getting started tutorial and this android-public-demo-app project on github and I am getting this error: D/ChatRoomsActivity: on subscripetoRoomMultipart reason:: Room membership required . The user is already a member of the room which is producing is an error according to the dashboard/console snippets which are shown at the bottom of this post. Currently the currentUser is: user id=username2-PCKid Error

kotlin.UninitializedPropertyAccessException: lateinit property roomClickedInterface has not been initialized

丶灬走出姿态 提交于 2020-01-13 19:42:12
问题 I am trying to follow Pusher Chatkit's tutorial for "BUILDING A GROUP CHAT APP USING KOTLIN AND PUSHER CHATKIT" however I am running into an issue with the Recycler View adapter. FYI, I am still learning Kotlin. I've been reading up on lateinit vars but I can't find anything that addresses this case. The error occurs in the recycler view adapter. This is the error I get: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.android_myneighborsbookshelf, PID: 26692 kotlin