JavaObject

Inherits:RefCounted<Object

Represents an object from the Java Native Interface.

Description

Represents an object from the Java Native Interface. It can be returned from Java methods called onJavaClass or otherJavaObjects. SeeJavaClassWrapper for an example.

Note: This class only works on Android. On any other platform, this class does nothing.

Note: This class is not to be confused withJavaScriptObject.

Methods

JavaClass

get_java_class()const


Method Descriptions

JavaClassget_java_class()const🔗

Returns theJavaClass that this object is an instance of.


User-contributed notes

Please read theUser-contributed notes policy before submitting a comment.