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

Method CallStaticObjectMethod

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

Source from the content-addressed store, hash-verified

244
245 template<typename ... Args>
246 jobject CallStaticObjectMethod(jclass clazz, jmethodID methodID, Args ... args) {
247 jobject jo = m_env->CallStaticObjectMethod(clazz, methodID, args...);
248 CheckForJavaException();
249 return jo;
250 }
251
252 template<typename ... Args>
253 jboolean CallStaticBooleanMethod(jclass clazz, jmethodID methodID, Args ... args) {

Callers 11

InitializeSecurityConfigFunction · 0.80
CheckFileExistsMethod · 0.80
LoadImplMethod · 0.80
GetApplicationPathFunction · 0.80
GetExceptionMessageMethod · 0.80
GetTypeMetadataMethod · 0.80
runMessageLoopOnPauseMethod · 0.80
FindClassMethod · 0.80
getPageResourcesMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMessageLoopOnPauseMethod · 0.64