I need to call the same native C method from my JNI code. This method receives a generic jobject
object, but its behavior is different depending on the type of the object itself.
I have two jclass
objects, named activityCls and fragmentCls (which respectively map an Activity class and a Fragment class in Java). What can I do in order to know if the given jobject
object is of kind activityCls or fragmentCls?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…