Writing custom plugin protocol

Hi cocos2D experts

I am developing a plugin for cocos2d-x but its not falling under 4 protocol (ads, analytic, iap and social).
Is is possible to extend plugin protocols, or Writing custom protocols? Please help…

Thanks

At this time, I wouldn’t recommend using Plugin-X: it’s largely undocumented, unsupported, and going through revisions I think. I’d say use a clean JNI bridge and ObjC bridge with whatever you need in the meantime.