Closed emartynov closed 4 years ago
Hi @emartynov! Thank you for using twilio!
Yes, this improvements are on the table as well as providing convenient kotlin interfaces based on coroutines and many others. Unfortunately I can't provide any ETA at the moment. Right now we are focused on providing adjustable network timeouts and reducing SDK size.
Also I can confirm that it is safe to change auto-generated method signature to
override fun onChannelDeleted(channel: Channel) {
Why not to open source library? I believe it is just using Chat API and doesn't contain any company secrets?
In this way you can expect other people contribution in these small improvements that will land faster.
@emartynov we will opensource it at some point certainly. Currently it doesn't seem doable.
Cool, I'm closing ticket then.
Description
When I override classes or implement interfaces from SDK IDE generates me methods with nullable parameters.
Example:
I believe in almost all cases it is non null value.
Expected Behavior
Parameter type is non nullable in Kotlin
Reproduces how Often
Always
Chat Android SDK
5.0.1
P.S. Can you also submit some dummy source code some param name is not p0. Unfortunate IDE doesn't take it from javadoc.