AndroidJNI.CallCharMethod Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.CallCharMethod

static function CallCharMethod (obj : IntPtr, methodID : IntPtr, args : jvalue[]) : Char

Description

Calls an instance (nonstatic) Java method defined by methodID, optionally passing an array of arguments (args) to the method.

See Also: Java Native Interface Specification (Oracle)