--
Hi Douglas, This is awesome.
I have one doubt which is related to onActivityResult but beyond the scope of this article.
I want to get the callback onActivityResult in non-Activity class.
I’m developing an SDK which is independent of the App and needs to get the result in SDK class. I can pass the Activity object in the SDK and want the callback inside the SDK.
How do I achieve this? Can you please help?