MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / JNI_OnLoad

Function JNI_OnLoad

StereoKitC/platforms/android.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76#if defined(SK_BUILD_SHARED)
77
78extern "C" jint JNI_OnLoad(JavaVM* vm, void* reserved) {
79 local_persist.vm = vm;
80 return JNI_VERSION_1_6;
81}
82extern "C" jint JNI_OnLoad_L(JavaVM* vm, void* reserved) {
83 return JNI_OnLoad(vm, reserved);
84}

Callers 1

JNI_OnLoad_LFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected