AVSystem / Anjay-java

Anjay LwM2M client library port for Java applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JNI callback

Kushma opened this issue · comments

Hello,

From Anjay Java to Anjay C++ there is a JNI Iayer and I was working on writing a callback from native back to java. For this, I will need both "JNIEnv *" and "jobject" in arguments but I only see JNIEnv.

Can you please let me know how I can go ahead with writing this JNI callback? And is there a callback in the existing code for reference?