This version of Unity is unsupported.

AndroidJNI.CallLongMethodUnsafe

Declaration

public static long CallLongMethodUnsafe(IntPtr obj, IntPtr methodID, jvalue* args);

Description

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