Using AndroidX.Work #799
Unanswered
sjordanGSS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I've recently been looking into using the bindings for the AndroidX.Work package, but have come acropper with CoroutineWorker. The documentation for CoroutineWorker defines the DoWork function as follows:
but using the binding for this method in C# results in
What is the intended way to work with this method? IContinuation contains a reference to the CoroutineContext, but I'm not sure how to use this. I was hoping for something along the lines of
Is there a way to use CoroutineWorker as it is in conjunction with c# async tasking?
Beta Was this translation helpful? Give feedback.
All reactions