new JavaClass()
Represents a Java class
Methods
getStatic(name) → {$jni.JavaObject}
Returns the static member of the class
Parameters:
Name | Type | Description |
---|---|---|
name | string |
Returns:
- Type:
- $jni.JavaObject
name() → {string}
Returns the name of the class
Returns:
- Type:
- string
toJS() → {object}
Returns a JavaScript representation of the object
Returns:
- Type:
- object