From 78883a52c64adbab56aaa363138a9f661a67d48e Mon Sep 17 00:00:00 2001 From: David Snopek Date: Tue, 20 Aug 2024 16:53:57 -0500 Subject: Fix `JavaClassWrapper` so it actually works --- doc/classes/JavaObject.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/classes/JavaObject.xml (limited to 'doc/classes/JavaObject.xml') diff --git a/doc/classes/JavaObject.xml b/doc/classes/JavaObject.xml new file mode 100644 index 0000000000..f38070e7d9 --- /dev/null +++ b/doc/classes/JavaObject.xml @@ -0,0 +1,21 @@ + + + + Represents an object from the Java Native Interface. + + + Represents an object from the Java Native Interface. It can be returned from Java methods called on [JavaClass] or other [JavaObject]s. See [JavaClassWrapper] for an example. + [b]Note:[/b] This class only works on Android. On any other platform, this class does nothing. + [b]Note:[/b] This class is not to be confused with [JavaScriptObject]. + + + + + + + + Returns the [JavaClass] that this object is an instance of. + + + + -- cgit v1.2.3