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

Method CallAppFail

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

Source from the content-addressed store, hash-verified

225
226 template<typename ... Args>
227 void CallAppFail(jclass clazz, jmethodID methodID, Args ... args) {
228 m_env->CallStaticVoidMethod(clazz, methodID, args...);
229 }
230
231 template<typename ... Args>
232 jint CallStaticIntMethod(jclass clazz, jmethodID methodID, Args ... args) {

Callers

nothing calls this directly

Calls 1

CallStaticVoidMethodMethod · 0.80

Tested by

no test coverage detected