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

AndroidJNI.CallStaticCharMethodUnsafe

Declaration

public static char CallStaticCharMethodUnsafe(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).