Hello, What's the best way to handle context in a ...
# multiplatform
s
Hello, What's the best way to handle context in a shared mobile library (iOS Android) ? I need to access the preference editor in each of the platforms but for android I need the application context to get it. I'm thinking that the class that I expose to the users will need to have a parameter for the context, but how do I handle it on the iOS side?