diff --git a/doc/classes/JNISingleton.xml b/doc/classes/JNISingleton.xml index 403c3f85564..e6f87bfb713 100644 --- a/doc/classes/JNISingleton.xml +++ b/doc/classes/JNISingleton.xml @@ -1,10 +1,13 @@ + Singleton that connects the engine with Android plugins to interface with native Android code. + The JNISingleton is implemented only in the Android export. It's used to call methods and connect signals from an Android plugin written in Java or Kotlin. Methods and signals can be called and connected to the JNISingleton as if it is a Node. See [url=https://en.wikipedia.org/wiki/Java_Native_Interface]Java Native Interface - Wikipedia[/url] for more information. + https://docs.godotengine.org/en/3.4/tutorials/plugins/android/android_plugin.html