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
That's currently the ideal way to cancel polling. Polling is performed through a suspend function, which allows the users to cancel it. But, managing the scope that the suspend function runs in is the responsibility of the caller. iOS and Android concurrency models work slightly differently, so differences like these can come up.
Describe the feature request?
I am in the process of developing a Flutter plugin for Okta-idx which links to native kotlin SDK and swift SDK
Noticed there is no way to cancel polling behavior in android as it does in iOS SDK
what would be the ideal way to cancel polling behavior in android rather than using a Job as it does in sample app
New or Affected Resource(s)
com.okta.android:okta-idx-kotlin:2.1.0
Provide a documentation link
No response
Additional Information?
No response
The text was updated successfully, but these errors were encountered: