AndroidJavaObject.Callfunction Call (methodName : String, params args : object[]) : voidParameters
DescriptionCalls a Java method on an object (non-static). To call a method with return type 'void', use the regular version. // Create a android.content.res.Configuration object and call setToDefaults.
function Call.<ReturnType> (methodName : String, params args : object[]) : ReturnTypeParameters
DescriptionCall a Java method on an object. To call a Java method with a non-void return type, use the generic version. // Create a java.lang.String object holding the string "some string",
|
