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

Method CallStaticVoidMethod

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

Source from the content-addressed store, hash-verified

219
220 template<typename ... Args>
221 void CallStaticVoidMethod(jclass clazz, jmethodID methodID, Args ... args) {
222 m_env->CallStaticVoidMethod(clazz, methodID, args...);
223 CheckForJavaException();
224 }
225
226 template<typename ... Args>
227 void CallAppFail(jclass clazz, jmethodID methodID, Args ... args) {

Calls

no outgoing calls

Tested by 3

sendNotificationMethod · 0.64