Is your feature request related to a problem? Please describe.
Currently I can't implement my own messages, because I get an error when trying to inherit from ApplicationMessage.
Cannot access '<init>': it is package-private in 'ApplicationMessage' Cannot access 'ApplicationMessage': it is package-private in 'no.nordicsemi.android.mesh.transport' 'public' subclass exposes its 'public/*package*/' supertype ApplicationMessage
It would be nice if I could implement my own messages, that nordic has not implemented because they are vendor specific or because they are not implemented yet.
It would be really awesome if this would be possible.
Is your feature request related to a problem? Please describe. Currently I can't implement my own messages, because I get an error when trying to inherit from ApplicationMessage.
Cannot access '<init>': it is package-private in 'ApplicationMessage' Cannot access 'ApplicationMessage': it is package-private in 'no.nordicsemi.android.mesh.transport' 'public' subclass exposes its 'public/*package*/' supertype ApplicationMessage
It would be nice if I could implement my own messages, that nordic has not implemented because they are vendor specific or because they are not implemented yet.
It would be really awesome if this would be possible.