Ocean
|
The Ocean Devices MapBuilding JNI Library provides a Java Native Interface for Android. More...
Functions | |
jboolean | Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_registerLibrary (JNIEnv *env, jobject javaThis) |
Java native interface function to register the Devices::MapBuilding component. More... | |
jboolean | Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_unregisterLibrary (JNIEnv *env, jobject javaThis) |
Java native interface function to unregister the Devices::MapBuilding component. More... | |
The Ocean Devices MapBuilding JNI Library provides a Java Native Interface for Android.
The library is available on Android platforms only.
jboolean Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_registerLibrary | ( | JNIEnv * | env, |
jobject | javaThis | ||
) |
Java native interface function to register the Devices::MapBuilding component.
env | The JNI environment |
javaThis | The JNI object |
jboolean Java_com_meta_ocean_devices_mapbuilding_DevicesMapBuildingJni_unregisterLibrary | ( | JNIEnv * | env, |
jobject | javaThis | ||
) |
Java native interface function to unregister the Devices::MapBuilding component.
env | The JNI environment |
javaThis | The JNI object |