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

Method CallStaticBooleanMethod

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

Source from the content-addressed store, hash-verified

251
252 template<typename ... Args>
253 jboolean CallStaticBooleanMethod(jclass clazz, jmethodID methodID, Args ... args) {
254 jboolean jbl = m_env->CallStaticBooleanMethod(clazz, methodID, args...);
255 CheckForJavaException();
256 return jbl;
257 }
258
259 template<typename ... Args>
260 jobject CallObjectMethod(jobject obj, jmethodID methodID, Args ... args) {

Callers 3

InitializeSecurityConfigFunction · 0.80
ObjectManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected