I have created a xamarin android binding library (https://github.com/ScarlettCode/ChipDna) and I've got one error I'm trying to solve.
If I remove the node then there isn't an error but ideally I'd like to fix the main error without removing the node
<remove-node path="/api/package[@name='com.creditcall.chipdnamobile']/interface[@name='IUnsolicitedMessageListener']" ></remove-node>
This is the error I get when building the binding project without the node removed.
IUnsolicitedMessageListenerImplementor is not abstract and does not override abstract method onUnsolicitedMessage(db) in IUnsolicitedMessageListener public class IUnsolicitedMessageListenerImplementor
Thanks