I have a dependency service that starts an activity for result. I start the activity using the Forms.Context.StartActivityForResult
and get the result back in the MainActivity
. But I can't seem to find a way to get the result back to my depency service or caller form. I may be doing something wrong here so please let me know.
↧
Returning results back from activity within in a Dependency Service
↧