MCPcopy Create free account
hub / github.com/NativeScript/android / CallBooleanMethod

Method CallBooleanMethod

test-app/runtime/src/main/cpp/JEnv.h:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266 template<typename ... Args>
267 jboolean CallBooleanMethod(jobject obj, jmethodID methodID, Args ... args) {
268 jboolean jbl = m_env->CallBooleanMethod(obj, methodID, args...);
269 CheckForJavaException();
270 return jbl;
271 }
272
273 template<typename ... Args>
274 jchar CallCharMethod(jobject obj, jmethodID methodID, Args ... args) {

Callers 3

JSObjectFinalizerMethod · 0.80
BooleanValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected