Class JavaClass
Represents a class from the Java Native Interface.
- Inheritance
-
JavaClass
Remarks
Represents a class from the Java Native Interface. It is returned from JavaClassWrapper.wrap.
Note: This class only works on Android. On any other platform, this class does nothing.
Note: This class is not to be confused with JavaScriptObject.
Methods
get_java_class_name
Qualifiers: const
Returns the Java class name.
String get_java_class_name
get_java_method_list
Qualifiers: const
Returns the object's Java methods and their signatures as an Array of dictionaries, in the same format as get_method_list.
Dictionary[] get_java_method_list
get_java_parent_class
Qualifiers: const
Returns a JavaClass representing the Java parent class of this class.
JavaClass get_java_parent_class