Hi,
I'm getting this error: Inconsistent accessibility: property type 'Com.Adobe.Adms.Testandtarget.MboxFactory.ITargetCallback' is less accessible than property 'Com.Adobe.Adms.Testandtarget.MboxFactory.TargetBackgroundTask.Callback'
ITargetCallback looks like this: [Register ("com/adobe/adms/testandtarget/MboxFactory$TargetCallback", "", "Com.Adobe.Adms.Testandtarget.MboxFactory/ITargetCallbackInvoker")] protected internal partial interface ITargetCallback : IJavaObject {
so I tried adding
<attr path="/api/package[@name='com.adobe.adms.testandtarget']/class[@name='MBoxFactory.ITargetCallback']" name="visibility">public</attr>
but it didn't work. I also tried substituting /class for /interface and that didn't work either.
Can anyone give me any pointers?
Thanks, Jason