You need to subscribe to errors first. Try and subscribe to the searcher
’s errors to figure out what is the issue. There could, for example, be serialization issues.
Kotlin
searcher.error.subscribePast { Log.i("e", it.toString()) }
Important
It’s recommended to use the Kotlin API client, which is better suited for Android development.
Comments
0 comments
Article is closed for comments.