You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More and more apps are using Kotlin as a main language for android apps and it would be nice to have support for suspendable functions instead of wrapping callback api into a suspendCoroutine.
This would also help to cancel a call to stripe when a user leaves a screen for instance.
Code to reproduce
Android version
Impacted devices
Installation method
SDK version
Other information
The text was updated successfully, but these errors were encountered:
Summary
More and more apps are using Kotlin as a main language for android apps and it would be nice to have support for suspendable functions instead of wrapping callback api into a
suspendCoroutine
.This would also help to cancel a call to stripe when a user leaves a screen for instance.
Code to reproduce
Android version
Impacted devices
Installation method
SDK version
Other information
The text was updated successfully, but these errors were encountered: