AndroidJNI.CallStaticBooleanMethod

Switch to Manual
public static bool CallStaticBooleanMethod (IntPtr clazz, IntPtr methodID, jvalue[] args);

Description

Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).