Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AndroidJNI.CallLongMethod

Declaration

public static long CallLongMethod(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.