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

Method CallVoidMethod

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

Source from the content-addressed store, hash-verified

213
214 template<typename ... Args>
215 void CallVoidMethod(jobject obj, jmethodID methodID, Args ... args) {
216 m_env->CallVoidMethod(obj, methodID, args...);
217 CheckForJavaException();
218 }
219
220 template<typename ... Args>
221 void CallStaticVoidMethod(jclass clazz, jmethodID methodID, Args ... args) {

Calls

no outgoing calls

Tested by

no test coverage detected