Hi, I'm trying to integrate a plugin in the build of my application but the plugin requires some configuration which it picks up (on Android) from a file in the res/values platform folder and it doesn't seem possible to customize the PGB build by adding, for example hooks which would let me populate that file properly.
I see in the PGB documentation that you can configure plugins in the config.xml file and pass them parameters and I'd like to modify the plugin so that it accepts these parameters, but I can't find any documentation about how exactly these parameters end up in the plugin. Are they constructor arguments to the plugin class or what exactly?
I see in the PGB documentation that you can configure plugins in the config.xml file and pass them parameters and I'd like to modify the plugin so that it accepts these parameters, but I can't find any documentation about how exactly these parameters end up in the plugin. Are they constructor arguments to the plugin class or what exactly?

