Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CallLongMethodUnsafe(nint, nint, jvalue*)

Calls a Java instance method defined by \<tt\>methodID\</tt\>, optionally passing an array of arguments (\<tt\>args\</tt\>) to the method.
Read time 1 minuteLast updated 5 hours ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule

CallLongMethodUnsafe(IntPtr, IntPtr, jvalue*)

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

Parameters


methodID


args

jvalue*

Returns

Type

Description

long

Remarks