I have created a Xamarin class library that will open the camera to capture a value and return it to the main activity(Xamarin Android). To return the value, I am planning to pass a callback method from the main application to the library activity with PutExtra and retrieve the value. However, I was unable to Serialize the method and pass it to the library. How can I do this? Or are there any other solutions to achieve this?
            Asked
            
        
        
            Active
            
        
            Viewed 32 times
        
    0
            
            
        - 
                    This worked. Thank you very much – Sidath Asiri Sep 29 '20 at 06:35
- 
                    @Cheesebaron You could post in answer. – Wendy Zang - MSFT Sep 29 '20 at 08:04
- 
                    @WendyZang-MSFT no, that doesn't make sense when it is a duplicate. – Cheesebaron Sep 29 '20 at 08:44
