godot/doc/classes/JNISingleton.xml
Kyle 5646d32a91
Wrote JNISinglton docs
I added a few descriptions and links to the empty JNISingleton class doc.

(cherry picked from commit 4eff57d39b)
2021-09-29 08:14:21 +02:00

17 lines
856 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="JNISingleton" inherits="Object" version="3.3">
<brief_description>
Singleton that connects the engine with Android plugins to interface with native Android code.
</brief_description>
<description>
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.
</description>
<tutorials>
<link title="Creating Android plugins">https://docs.godotengine.org/en/3.4/tutorials/plugins/android/android_plugin.html</link>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>