summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2021-09-09 13:53:25 +0200
committerGitHub <noreply@github.com>2021-09-09 13:53:25 +0200
commit43a9a9f6803da19c813f2bd9604cab75b444709c (patch)
treed3401109c39318e69ca6a89e085af5ef21f69288 /doc/classes
parente73eecfec5cc764d2a5eb7d0fdd50bc284e2467f (diff)
parent4eff57d39bb608afdaae8b29f9226481a1520c0b (diff)
Merge pull request #49605 from likeich/jnisingleton_docs
Wrote JNISingleton docs
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/JNISingleton.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/JNISingleton.xml b/doc/classes/JNISingleton.xml
index 84ab1a49c1..fbf18ddc03 100644
--- a/doc/classes/JNISingleton.xml
+++ b/doc/classes/JNISingleton.xml
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="JNISingleton" inherits="Object" version="4.0">
<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/latest/tutorials/platform/android/android_plugin.html#doc-android-plugin</link>
</tutorials>
<methods>
</methods>